Searched refs:kFlagIsSecure (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h203 kFlagIsSecure = 64, enumerator in enum:android::MediaCodec::__anon66
H A DACodec.h132 kFlagIsSecure = 1, enumerator in enum:android::ACodec::__anon57
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp878 mFlags |= kFlagIsSecure;
880 mFlags &= ~kFlagIsSecure;
1942 (mFlags & kFlagIsSecure) != 0,
H A DACodec.cpp565 if ((portIndex == kPortIndexInput && (mFlags & kFlagIsSecure))
4917 mCodec->mFlags |= kFlagIsSecure;

Completed in 64 milliseconds