Searched refs:kFlagIsComponentAllocated (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h208 kFlagIsComponentAllocated = 2048, enumerator in enum:android::MediaCodec::__anon66
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp741 mFlags &= ~kFlagIsComponentAllocated;
867 mFlags |= kFlagIsComponentAllocated;
1158 mFlags &= ~kFlagIsComponentAllocated;
1361 if (!((mFlags & kFlagIsComponentAllocated) && targetState == UNINITIALIZED) // See 1

Completed in 42 milliseconds