Lines Matching refs:AMessage
31 #include <media/stagefright/foundation/AMessage.h>
49 const sp<AMessage> ¬ify,
85 sp<AMessage> NuPlayer::Decoder::getStats() const {
97 sp<AMessage> msg = new AMessage(kWhatSetVideoSurface, this);
100 sp<AMessage> response;
108 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) {
154 sp<AMessage> format;
224 sp<AMessage> response = new AMessage;
236 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) {
314 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this);
332 void NuPlayer::Decoder::onSetParameters(const sp<AMessage> ¶ms) {
401 sp<AMessage> notify = mNotify->dup();
437 sp<AMessage> notify = mNotify->dup();
456 sp<AMessage> msg = new AMessage();
483 sp<AMessage> notify = mNotify->dup();
522 sp<AMessage> msg = new AMessage();
534 sp<AMessage> msg = *mPendingInputMessages.begin();
576 sp<AMessage> reply = new AMessage(kWhatRenderBuffer, this);
613 void NuPlayer::Decoder::handleOutputFormatChange(const sp<AMessage> &format) {
621 sp<AMessage> notify = mNotify->dup();
667 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this);
673 bool NuPlayer::Decoder::isStaleReply(const sp<AMessage> &msg) {
679 status_t NuPlayer::Decoder::fetchInputData(sp<AMessage> &reply) {
704 sp<AMessage> newFormat = mSource->getFormat(mIsAudio);
768 bool NuPlayer::Decoder::onInputBufferFetched(const sp<AMessage> &msg) {
838 sp<AMessage> extra;
892 void NuPlayer::Decoder::onRenderBuffer(const sp<AMessage> &msg) {
949 sp<AMessage> msg = mNotify->dup();
959 const sp<AMessage> &targetFormat) const {
993 AMessage> &targetFormat) const {
1024 void NuPlayer::Decoder::rememberCodecSpecificData(const sp<AMessage> &format) {
1044 sp<AMessage> notify = mNotify->dup();