/frameworks/av/media/libstagefright/rtsp/ |
AAMRAssembler.h | 29 struct AMessage; 34 const sp<AMessage> ¬ify, bool isWide, 47 sp<AMessage> mNotifyMsg;
|
AAVCAssembler.h | 29 struct AMessage; 32 explicit AAVCAssembler(const sp<AMessage> ¬ify); 42 sp<AMessage> mNotifyMsg;
|
AH263Assembler.h | 29 struct AMessage; 32 explicit AH263Assembler(const sp<AMessage> ¬ify); 42 sp<AMessage> mNotifyMsg;
|
AMPEG2TSAssembler.h | 25 struct AMessage; 31 const sp<AMessage> ¬ify, 42 sp<AMessage> mNotifyMsg;
|
AMPEG4AudioAssembler.h | 29 struct AMessage; 34 const sp<AMessage> ¬ify, const AString ¶ms); 44 sp<AMessage> mNotifyMsg;
|
AMPEG4ElementaryAssembler.h | 33 struct AMessage; 37 const sp<AMessage> ¬ify, const AString &desc, 48 sp<AMessage> mNotifyMsg;
|
ARTPSource.h | 30 struct AMessage; 38 const sp<AMessage> ¬ify); 64 sp<AMessage> mNotify;
|
ARawAudioAssembler.h | 25 struct AMessage; 31 const sp<AMessage> ¬ify, 49 sp<AMessage> mNotifyMsg;
|
MyHandler.h | 40 #include <media/stagefright/foundation/AMessage.h> 117 const sp<AMessage> ¬ify, 178 sp<AMessage> notify = new AMessage('biny', this); 181 sp<AMessage> reply = new AMessage('conn', this); 189 sp<AMessage> notify = new AMessage('biny', this); 192 sp<AMessage> reply = new AMessage('sdpl', this) [all...] |
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();
|
AMPEG2TSAssembler.cpp | 28 #include <media/stagefright/foundation/AMessage.h> 37 const sp<AMessage> ¬ify, 98 sp<AMessage> msg = mNotifyMsg->dup(); 114 sp<AMessage> msg = mNotifyMsg->dup();
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
HTTPLiveSource.cpp | 29 #include <media/stagefright/foundation/AMessage.h> 43 const sp<AMessage> ¬ify, 130 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); 159 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) { 169 sp<AMessage> format; 171 format = new AMessage(); 202 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const { 248 sp<AMessage> msg = new AMessage(what, this) [all...] |
RTSPSource.h | 35 const sp<AMessage> ¬ify, 60 void onMessageReceived(const sp<AMessage> &msg); 134 void onSDPLoaded(const sp<AMessage> &msg); 135 void onDisconnected(const sp<AMessage> &msg); 158 void onSignalEOS(const sp<AMessage> &msg);
|
NuPlayerDecoderPassThrough.cpp | 31 #include <media/stagefright/foundation/AMessage.h> 44 const sp<AMessage> ¬ify, 62 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) { 85 void NuPlayer::DecoderPassThrough::onSetParameters(const sp<AMessage> &/*params*/) { 96 bool NuPlayer::DecoderPassThrough::isStaleReply(const sp<AMessage> &msg) { 115 sp<AMessage> msg = new AMessage(); 215 status_t NuPlayer::DecoderPassThrough::fetchInputData(sp<AMessage> &reply) { 243 sp<AMessage> msg = mNotify->dup(); 283 const sp<AMessage> &msg) [all...] |
NuPlayerDecoder.cpp | 35 #include <media/stagefright/foundation/AMessage.h> 59 const sp<AMessage> ¬ify, 108 sp<AMessage> NuPlayer::Decoder::getStats() const { 120 sp<AMessage> msg = new AMessage(kWhatSetVideoSurface, this); 123 sp<AMessage> response; 131 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) { 177 sp<AMessage> format; 259 sp<AMessage> response = new AMessage; [all...] |
StreamingSource.cpp | 29 #include <media/stagefright/foundation/AMessage.h> 39 const sp<AMessage> ¬ify, 108 sp<AMessage> extra; 141 extra = new AMessage; 185 (new AMessage(kWhatReadBuffer, this))->post(); 237 sp<AMessage> NuPlayer::StreamingSource::getFormat(bool audio) { 240 sp<AMessage> format = new AMessage; 293 const sp<AMessage> &msg) {
|
/frameworks/av/media/libstagefright/include/ |
MediaCodecSource.h | 29 struct AMessage; 44 const sp<AMessage> &format, 67 void onMessageReceived(const sp<AMessage> &msg); 95 const sp<AMessage> &outputFormat, 120 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg); 125 sp<AMessage> mOutputFormat; 138 sp<AMessage> mEncoderActivityNotify;
|
SimpleDecodingSource.h | 32 struct AMessage; 74 bool usingSurface, bool isVorbis, const sp<AMessage> &format); 91 ProtectedState(const sp<AMessage> &format); 95 sp<AMessage> mFormat;
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
Converter.cpp | 32 #include <media/stagefright/foundation/AMessage.h> 45 const sp<AMessage> ¬ify, 47 const sp<AMessage> &outputFormat, 97 (new AMessage(kWhatShutdown, this))->post(); 119 sp<AMessage> Converter::getOutputFormat() const { 202 sp<AMessage> tmp = mOutputFormat->dup(); 273 sp<AMessage> notify = mNotify->dup(); 293 void Converter::onMessageReceived(const sp<AMessage> &msg) { 429 sp<AMessage> notify = mNotify->dup(); 460 sp<AMessage> params = new AMessage [all...] |
PlaybackSession.cpp | 36 #include <media/stagefright/foundation/AMessage.h> 56 Track(const sp<AMessage> ¬ify, 62 Track(const sp<AMessage> ¬ify, const sp<AMessage> &format); 66 sp<AMessage> getFormat(); 99 virtual void onMessageReceived(const sp<AMessage> &msg); 107 sp<AMessage> mNotify; 112 sp<AMessage> mFormat; 121 static bool IsAudioFormat(const sp<AMessage> &format); 127 const sp<AMessage> ¬ify [all...] |
/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_GenericPlayer.h | 22 #include <media/stagefright/foundation/AMessage.h> 131 virtual void onMessageReceived(const sp<AMessage> &msg); 135 virtual void onNotify(const sp<AMessage> &msg); 138 virtual void onSeek(const sp<AMessage> &msg); 139 virtual void onLoop(const sp<AMessage> &msg); 142 virtual void onBufferingUpdate(const sp<AMessage> &msg); 143 virtual void onSetBufferingUpdateThreshold(const sp<AMessage> &msg); 144 virtual void onAttachAuxEffect(const sp<AMessage> &msg); 145 virtual void onSetAuxEffectSendLevel(const sp<AMessage> &msg); 146 void onSetPlayEvents(const sp<AMessage> &msg) [all...] |
/frameworks/av/media/libstagefright/foundation/ |
ABuffer.cpp | 21 #include "AMessage.h" 81 sp<AMessage> ABuffer::meta() { 83 mMeta = new AMessage;
|
/frameworks/av/media/libstagefright/filters/ |
IntrinsicBlurFilter.cpp | 24 #include <media/stagefright/foundation/AMessage.h> 30 status_t IntrinsicBlurFilter::configure(const sp<AMessage> &msg) { 78 status_t IntrinsicBlurFilter::setParameters(const sp<AMessage> &msg) { 79 sp<AMessage> params;
|
SaturationFilter.cpp | 24 #include <media/stagefright/foundation/AMessage.h> 30 status_t SaturationFilter::configure(const sp<AMessage> &msg) { 78 status_t SaturationFilter::setParameters(const sp<AMessage> &msg) { 79 sp<AMessage> params;
|