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

/frameworks/av/include/media/stagefright/
H A DACodec.h116 kFlagIsSecure = 1, enumerator in enum:android::ACodec::__anon39
H A DMediaCodec.h166 kFlagIsSecure = 64, enumerator in enum:android::MediaCodec::__anon45
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp547 mFlags |= kFlagIsSecure;
549 mFlags &= ~kFlagIsSecure;
1391 (mFlags & kFlagIsSecure) != 0,
H A DACodec.cpp450 if (portIndex == kPortIndexInput && (mFlags & kFlagIsSecure)) {
531 if (mFlags & kFlagIsSecure) {
3095 mCodec->mFlags |= kFlagIsSecure;
3726 if (mCodec->mFlags & kFlagIsSecure && mCodec->mNativeWindow != NULL) {

Completed in 205 milliseconds