Home
last modified time | relevance | path

Searched refs:kWhatCodecNotify (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.h59 kWhatCodecNotify = 'cdcN', enumerator
DNuPlayerDecoder.cpp143 case kWhatCodecNotify: in onMessageReceived()
382 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this); in onConfigure()
865 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this); in requestCodecNotification()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h341 kWhatCodecNotify = 'codc', enumerator
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1034 if (msg->what() != kWhatCodecNotify && what != kWhatOutputFramesRendered) { in updatePlaybackDuration()
1425 new CodecCallback(new AMessage(kWhatCodecNotify, this)))); in init()
1429 new BufferCallback(new AMessage(kWhatCodecNotify, this)))); in init()
2966 case kWhatCodecNotify: in onMessageReceived()