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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h243 kFlagIsComponentAllocated = 2048, enumerator in enum:android::MediaCodec::__anon70
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1012 mFlags &= ~kFlagIsComponentAllocated;
1138 mFlags |= kFlagIsComponentAllocated;
1491 mFlags &= ~kFlagIsComponentAllocated;
1789 if (!((mFlags & kFlagIsComponentAllocated) && targetState == UNINITIALIZED) // See 1

Completed in 2459 milliseconds