/frameworks/av/media/libstagefright/ |
MediaCodecSource.cpp | 30 #include <media/stagefright/foundation/AMessage.h> 48 status_t start(const sp<MetaData> &meta, const sp<AMessage> ¬ify); 55 virtual void onMessageReceived(const sp<AMessage> &msg); 68 sp<AMessage> mNotify; 75 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg); 104 const sp<AMessage> &msg) { 105 sp<AMessage> response; 120 const sp<AMessage> ¬ify) { 129 sp<AMessage> msg = new AMessage(kWhatStart, this) [all...] |
MediaCodec.cpp | 35 #include <media/stagefright/foundation/AMessage.h> 202 sp<AMessage> globalSettings = mediaCodecList->getGlobalSettings(); 269 const sp<AMessage> &msg, sp<AMessage> *response) { 290 sp<AMessage> response = new AMessage; 360 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, this)); 362 sp<AMessage> msg = new AMessage(kWhatInit, this); 383 sp<AMessage> response [all...] |
/frameworks/av/include/media/stagefright/ |
RenderScriptWrapper.h | 33 virtual status_t handleSetParameters(const sp<AMessage> &msg) = 0;
|
MediaCodecSource.h | 27 class AMessage; 43 const sp<AMessage> &format, 64 void onMessageReceived(const sp<AMessage> &msg); 82 const sp<AMessage> &outputFormat, 96 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg); 101 sp<AMessage> mOutputFormat; 114 sp<AMessage> mEncoderActivityNotify;
|
ACodec.h | 42 virtual void setNotificationMessage(const sp<AMessage> &msg); 44 void initiateSetup(const sp<AMessage> &msg); 46 virtual void initiateAllocateComponent(const sp<AMessage> &msg); 47 virtual void initiateConfigureComponent(const sp<AMessage> &msg); 58 virtual void signalSetParameters(const sp<AMessage> &msg); 63 virtual void onMessageReceived(const sp<AMessage> &msg) { 203 sp<AMessage> mNotify; 225 sp<AMessage> mInputFormat; 226 sp<AMessage> mOutputFormat; 227 sp<AMessage> mBaseOutputFormat [all...] |
/frameworks/av/media/libstagefright/filters/ |
ZeroFilter.h | 30 virtual status_t setParameters(const sp<AMessage> &msg);
|
/frameworks/wilhelm/src/android/ |
android_GenericPlayer.cpp | 139 sp<AMessage> msg = new AMessage(kWhatPrepare, this); 147 sp<AMessage> msg = new AMessage(kWhatPlay, this); 154 sp<AMessage> msg = new AMessage(kWhatPause, this); 161 (new AMessage(kWhatPause, this))->post(); 174 sp<AMessage> msg = new AMessage(kWhatSeek, this); 182 sp<AMessage> msg = new AMessage(kWhatLoop, this) [all...] |
android_AudioSfDecoder.h | 81 void onCheckCache(const sp<AMessage> &msg); 88 virtual void onSeek(const sp<AMessage> &msg); 89 virtual void onLoop(const sp<AMessage> &msg); 92 virtual void onNotify(const sp<AMessage> &msg); 93 virtual void onMessageReceived(const sp<AMessage> &msg);
|
android_GenericMediaPlayer.h | 103 virtual void onSeek(const sp<AMessage> &msg); 104 virtual void onLoop(const sp<AMessage> &msg); 107 virtual void onBufferingUpdate(const sp<AMessage> &msg); 108 virtual void onAttachAuxEffect(const sp<AMessage> &msg); 109 virtual void onSetAuxEffectSendLevel(const sp<AMessage> &msg);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
HTTPLiveSource.cpp | 29 #include <media/stagefright/foundation/AMessage.h> 37 const sp<AMessage> ¬ify, 87 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); 103 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) { 108 sp<AMessage> format; 141 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const { 187 sp<AMessage> msg = new AMessage(what, this); 204 const sp<AMessage> &msg, int32_t currentGeneration [all...] |
NuPlayer.cpp | 46 #include <media/stagefright/foundation/AMessage.h> 134 PostMessageAction(const sp<AMessage> &msg) 143 sp<AMessage> mMessage; 211 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this); 213 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); 241 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this); 244 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this) [all...] |
GenericSource.cpp | 27 #include <media/stagefright/foundation/AMessage.h> 49 const sp<AMessage> ¬ify, 141 sp<AMessage> dummy; 302 sp<AMessage> msg = dupNotify(); 348 sp<AMessage> msg = new AMessage(kWhatPrepareAsync, this); 415 sp<AMessage> msg = new AMessage; 434 sp<AMessage> reply = new AMessage(kWhatSecureDecodersInstantiated, this) [all...] |
NuPlayerDecoderPassThrough.cpp | 30 #include <media/stagefright/foundation/AMessage.h> 43 const sp<AMessage> ¬ify, 62 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) { 85 void NuPlayer::DecoderPassThrough::onSetParameters(const sp<AMessage> &/*params*/) { 101 bool NuPlayer::DecoderPassThrough::isStaleReply(const sp<AMessage> &msg) { 120 sp<AMessage> msg = new AMessage(); 220 status_t NuPlayer::DecoderPassThrough::fetchInputData(sp<AMessage> &reply) { 243 sp<AMessage> msg = mNotify->dup(); 283 const sp<AMessage> &msg) [all...] |
NuPlayerRenderer.cpp | 25 #include <media/stagefright/foundation/AMessage.h> 86 const sp<AMessage> ¬ify, 137 const sp<AMessage> ¬ifyConsumed) { 138 sp<AMessage> msg = new AMessage(kWhatQueueBuffer, this); 149 sp<AMessage> msg = new AMessage(kWhatQueueEOS, this); 157 sp<AMessage> msg = new AMessage(kWhatConfigPlayback, this); 159 sp<AMessage> response [all...] |
StreamingSource.h | 32 const sp<AMessage> ¬ify, 47 virtual void onMessageReceived(const sp<AMessage> &msg);
|
/frameworks/av/media/ndk/ |
NdkMediaFormat.cpp | 27 #include <media/stagefright/foundation/AMessage.h> 37 sp<AMessage> mFormat; 44 // private functions for conversion to/from AMessage 48 mData->mFormat = *((sp<AMessage>*)data); 53 *((sp<AMessage>*)dest) = mData->mFormat; 63 sp<AMessage> msg = new AMessage(); 77 sp<AMessage> f = mData->mFormat; 84 AMessage::Type t; 89 case AMessage::kTypeInt32 [all...] |
/frameworks/av/cmds/stagefright/ |
SimplePlayer.cpp | 30 #include <media/stagefright/foundation/AMessage.h> 48 const sp<AMessage> &msg, sp<AMessage> *response) { 62 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this); 64 sp<AMessage> response; 69 sp<AMessage> msg = new AMessage(kWhatSetSurface, this); 78 sp<AMessage> response; 83 sp<AMessage> msg = new AMessage(kWhatPrepare, this) [all...] |
/frameworks/av/media/libstagefright/httplive/ |
LiveSession.h | 71 const sp<AMessage> ¬ify, 78 status_t getStreamFormat(StreamType stream, sp<AMessage> *format); 93 sp<AMessage> getTrackInfo(size_t trackIndex) const; 118 virtual void onMessageReceived(const sp<AMessage> &msg); 186 sp<AMessage> mNotify; 231 sp<AMessage> mContinuation; 232 sp<AMessage> mSeekReply; 256 void onConnect(const sp<AMessage> &msg); 257 void onMasterPlaylistFetched(const sp<AMessage> &msg); 258 void onSeek(const sp<AMessage> &msg) [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
SDPLoader.cpp | 37 const sp<AMessage> ¬ify, 54 sp<AMessage> msg = new AMessage(kWhatLoad, this); 72 void SDPLoader::onMessageReceived(const sp<AMessage> &msg) { 84 void SDPLoader::onLoad(const sp<AMessage> &msg) { 139 sp<AMessage> notify = mNotify->dup();
|
/frameworks/av/media/libstagefright/timedtext/ |
TimedTextPlayer.cpp | 24 #include <media/stagefright/foundation/AMessage.h> 59 (new AMessage(kWhatStart, this))->post(); 63 (new AMessage(kWhatPause, this))->post(); 67 (new AMessage(kWhatResume, this))->post(); 71 sp<AMessage> msg = new AMessage(kWhatSeek, this); 77 sp<AMessage> msg = new AMessage(kWhatSetSource, this); 82 void TimedTextPlayer::onMessageReceived(const sp<AMessage> &msg) { 234 sp<AMessage> msg = new AMessage(kWhatRetryRead, this) [all...] |
/frameworks/av/include/media/ |
IStreamSource.h | 25 struct AMessage; 92 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/av/media/libstagefright/include/ |
AMRExtractor.h | 26 struct AMessage; 58 sp<AMessage> *);
|
DRMExtractor.h | 26 struct AMessage; 57 sp<AMessage> *);
|
OggExtractor.h | 26 struct AMessage; 59 sp<AMessage> *);
|
WAVExtractor.h | 26 struct AMessage; 65 sp<AMessage> *);
|