HomeSort by relevance Sort by last modified time
    Searched refs:kFlagIsSecure (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/media/stagefright/
MediaCodec.h 245 kFlagIsSecure = 64,
ACodec.h 164 kFlagIsSecure = 1,
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 473 MediaResource::Type type = (mFlags & kFlagIsSecure) ?
572 MediaResource::Type type = (mFlags & kFlagIsSecure) ?
    [all...]
ACodec.cpp 872 if (portIndex == kPortIndexInput && (mFlags & kFlagIsSecure)) {
    [all...]

Completed in 1002 milliseconds