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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h52 kWhatCodecNotify = 'cdcN', enumerator in enum:android::NuPlayer::Decoder::__anon278
H A DNuPlayerDecoder.cpp82 case kWhatCodecNotify:
540 sp<AMessage> reply = new AMessage(kWhatCodecNotify, id());
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp152 new AMessage(kWhatCodecNotify, id()));
209 case kWhatCodecNotify:
257 kWhatCodecNotify = 'noti', enumerator in enum:Controller::__anon21
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h188 kWhatCodecNotify = 'codc', enumerator in enum:android::MediaCodec::__anon65
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp230 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, id()));
725 case kWhatCodecNotify:

Completed in 82 milliseconds