Searched refs:kWhatCodecNotify (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h59 kWhatCodecNotify = 'cdcN', enumerator in enum:android::NuPlayer::Decoder::__anon409
H A DNuPlayerDecoder.cpp135 case kWhatCodecNotify:
140 ALOGV("[%s] kWhatCodecNotify: cbID = %d, paused = %d",
370 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this);
817 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this);
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h248 kWhatCodecNotify = 'codc', enumerator in enum:android::MediaCodec::__anon113
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h248 kWhatCodecNotify = 'codc', enumerator in enum:android::MediaCodec::__anon825
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h248 kWhatCodecNotify = 'codc', enumerator in enum:android::MediaCodec::__anon882
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp622 new CodecCallback(new AMessage(kWhatCodecNotify, this))));
626 new BufferCallback(new AMessage(kWhatCodecNotify, this))));
1389 case kWhatCodecNotify:

Completed in 37 milliseconds