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

/frameworks/av/include/media/stagefright/
H A DACodec.h128 kFlagIsSecure = 1, enumerator in enum:android::ACodec::__anon49
H A DMediaCodec.h178 kFlagIsSecure = 64, enumerator in enum:android::MediaCodec::__anon56
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp628 mFlags |= kFlagIsSecure;
630 mFlags &= ~kFlagIsSecure;
1628 (mFlags & kFlagIsSecure) != 0,
H A DACodec.cpp509 if ((portIndex == kPortIndexInput && (mFlags & kFlagIsSecure))
596 if (mFlags & kFlagIsSecure) {
3668 mCodec->mFlags |= kFlagIsSecure;

Completed in 91 milliseconds