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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h270 kFlagIsComponentAllocated = 2048, enumerator in enum:android::MediaCodec::__anon114
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h270 kFlagIsComponentAllocated = 2048, enumerator in enum:android::MediaCodec::__anon826
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h270 kFlagIsComponentAllocated = 2048, enumerator in enum:android::MediaCodec::__anon883
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1405 mFlags &= ~kFlagIsComponentAllocated;
1534 mFlags |= kFlagIsComponentAllocated;
1858 mFlags &= ~kFlagIsComponentAllocated;
2187 (mFlags & kFlagIsComponentAllocated) && targetState == UNINITIALIZED;

Completed in 1141 milliseconds