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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h46 kWhatCodecNotify = 'cdcN', enumerator in enum:android::NuPlayer::Decoder::__anon500
H A DNuPlayerDecoder.cpp48 new AMessage(kWhatCodecNotify, id());
86 case kWhatCodecNotify:
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp108 new AMessage(kWhatCodecNotify, id()));
165 case kWhatCodecNotify:
233 kWhatCodecNotify = 'noti', enumerator in enum:Controller::__anon8
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h154 kWhatCodecNotify = 'codc', enumerator in enum:android::MediaCodec::__anon44
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp119 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, id()));
449 case kWhatCodecNotify:

Completed in 256 milliseconds