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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h55 kWhatCodecNotify = 'cdcN', enumerator in enum:android::NuPlayer::Decoder::__anon289
H A DNuPlayerDecoder.cpp112 case kWhatCodecNotify:
117 ALOGV("[%s] kWhatCodecNotify: cbID = %d, paused = %d",
314 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this);
667 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this);
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp152 new AMessage(kWhatCodecNotify, this));
208 case kWhatCodecNotify:
256 kWhatCodecNotify = 'noti', enumerator in enum:Controller::__anon19
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h222 kWhatCodecNotify = 'codc', enumerator in enum:android::MediaCodec::__anon69
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp360 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, this));
996 case kWhatCodecNotify:

Completed in 512 milliseconds