Searched refs:kWhatFillThisBuffer (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp91 if (what == ACodec::kWhatFillThisBuffer) {
H A DNuPlayer.cpp543 if (what == ACodec::kWhatFillThisBuffer) {
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h82 kWhatFillThisBuffer, enumerator in enum:android::SimpleSoftOMXComponent::__anon914
/frameworks/av/include/media/stagefright/
H A DACodec.h37 kWhatFillThisBuffer = 'fill', enumerator in enum:android::ACodec::__anon46
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp319 sp<AMessage> msg = new AMessage(kWhatFillThisBuffer, mHandler->id());
350 case kWhatFillThisBuffer:
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp170 if (what == ACodec::kWhatFillThisBuffer) {
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp777 case ACodec::kWhatFillThisBuffer:
H A DACodec.cpp3046 notify->setInt32("what", ACodec::kWhatFillThisBuffer);

Completed in 326 milliseconds