Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dsf2.cpp152 new AMessage(kWhatCodecNotify, this)); in onMessageReceived()
208 case kWhatCodecNotify: in onMessageReceived()
256 kWhatCodecNotify = 'noti', enumerator
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.h55 kWhatCodecNotify = 'cdcN', enumerator
DNuPlayerDecoder.cpp111 case kWhatCodecNotify: in onMessageReceived()
313 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this); in onConfigure()
672 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this); in requestCodecNotification()
/frameworks/av/include/media/stagefright/
DMediaCodec.h229 kWhatCodecNotify = 'codc', enumerator
/frameworks/av/media/libstagefright/
DMediaCodec.cpp390 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, this)); in init()
1084 case kWhatCodecNotify: in onMessageReceived()