/frameworks/av/media/libmediaplayer2/nuplayer2/ |
NuPlayer2DecoderBase.cpp | 28 #include <media/stagefright/foundation/AMessage.h> 32 NuPlayer2::DecoderBase::DecoderBase(const sp<AMessage> ¬ify) 36 mStats(new AMessage), 53 const sp<AMessage> &msg, sp<AMessage> *response) { 67 void NuPlayer2::DecoderBase::configure(const sp<AMessage> &format) { 68 sp<AMessage> msg = new AMessage(kWhatConfigure, this); 82 void NuPlayer2::DecoderBase::setParameters(const sp<AMessage> ¶ms) { 83 sp<AMessage> msg = new AMessage(kWhatSetParameters, this) [all...] |
NuPlayer2Decoder.h | 32 Decoder(const sp<AMessage> ¬ify, 40 virtual sp<AMessage> getStats() const; 50 virtual void onMessageReceived(const sp<AMessage> &msg); 52 virtual void onConfigure(const sp<AMessage> &format); 53 virtual void onSetParameters(const sp<AMessage> ¶ms); 82 List<sp<AMessage> > mPendingInputMessages; 125 void handleOutputFormatChange(const sp<AMessage> &format); 128 bool isStaleReply(const sp<AMessage> &msg); 131 status_t fetchInputData(sp<AMessage> &reply); 132 bool onInputBufferFetched(const sp<AMessage> &msg) [all...] |
NuPlayer2DecoderPassThrough.h | 28 DecoderPassThrough(const sp<AMessage> ¬ify, 36 virtual void onMessageReceived(const sp<AMessage> &msg); 38 virtual void onConfigure(const sp<AMessage> &format); 39 virtual void onSetParameters(const sp<AMessage> ¶ms); 69 bool isStaleReply(const sp<AMessage> &msg); 74 status_t fetchInputData(sp<AMessage> &reply); 77 void onInputBufferFetched(const sp<AMessage> &msg);
|
NuPlayer2DecoderBase.h | 34 explicit DecoderBase(const sp<AMessage> ¬ify); 36 void configure(const sp<AMessage> &format); 38 void setParameters(const sp<AMessage> ¶ms); 50 virtual sp<AMessage> getStats() const { 74 virtual void onMessageReceived(const sp<AMessage> &msg); 76 virtual void onConfigure(const sp<AMessage> &format) = 0; 77 virtual void onSetParameters(const sp<AMessage> ¶ms) = 0; 87 sp<AMessage> mNotify; 90 sp<AMessage> mStats;
|
HTTPLiveSource2.h | 32 const sp<AMessage> ¬ify, 46 virtual sp<AMessage> getFormat(bool audio); 51 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const; 61 virtual void onMessageReceived(const sp<AMessage> &msg); 89 void onSessionNotify(const sp<AMessage> &msg); 91 const sp<AMessage> &msg, int32_t currentGeneration,
|
NuPlayer2Renderer.h | 40 const sp<AMessage> ¬ify, 51 const sp<AMessage> ¬ifyConsumed); 76 const sp<AMessage> &format, 86 const sp<AMessage> &format, 91 const sp<AMessage> ¬ify); 112 virtual void onMessageReceived(const sp<AMessage> &msg); 142 sp<AMessage> mMeta; 143 sp<AMessage> mNotifyConsumed; 153 sp<AMessage> mNotify; 252 void onQueueBuffer(const sp<AMessage> &msg) [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDecoderBase.cpp | 28 #include <media/stagefright/foundation/AMessage.h> 32 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> ¬ify) 36 mStats(new AMessage), 51 const sp<AMessage> &msg, sp<AMessage> *response) { 65 void NuPlayer::DecoderBase::configure(const sp<AMessage> &format) { 66 sp<AMessage> msg = new AMessage(kWhatConfigure, this); 80 void NuPlayer::DecoderBase::setParameters(const sp<AMessage> ¶ms) { 81 sp<AMessage> msg = new AMessage(kWhatSetParameters, this) [all...] |
NuPlayerDecoder.h | 29 Decoder(const sp<AMessage> ¬ify, 37 virtual sp<AMessage> getStats() const; 47 virtual void onMessageReceived(const sp<AMessage> &msg); 49 virtual void onConfigure(const sp<AMessage> &format); 50 virtual void onSetParameters(const sp<AMessage> ¶ms); 76 sp<AMessage> mInputFormat; 77 sp<AMessage> mOutputFormat; 81 List<sp<AMessage> > mPendingInputMessages; 124 void handleOutputFormatChange(const sp<AMessage> &format); 128 bool isStaleReply(const sp<AMessage> &msg) [all...] |
NuPlayerDecoderPassThrough.h | 28 DecoderPassThrough(const sp<AMessage> ¬ify, 36 virtual void onMessageReceived(const sp<AMessage> &msg); 38 virtual void onConfigure(const sp<AMessage> &format); 39 virtual void onSetParameters(const sp<AMessage> ¶ms); 69 bool isStaleReply(const sp<AMessage> &msg); 74 status_t fetchInputData(sp<AMessage> &reply); 77 void onInputBufferFetched(const sp<AMessage> &msg);
|
NuPlayerDecoderBase.h | 34 explicit DecoderBase(const sp<AMessage> ¬ify); 36 void configure(const sp<AMessage> &format); 38 void setParameters(const sp<AMessage> ¶ms); 50 virtual sp<AMessage> getStats() const { 74 virtual void onMessageReceived(const sp<AMessage> &msg); 76 virtual void onConfigure(const sp<AMessage> &format) = 0; 77 virtual void onSetParameters(const sp<AMessage> ¶ms) = 0; 87 sp<AMessage> mNotify; 90 sp<AMessage> mStats;
|
HTTPLiveSource.h | 32 const sp<AMessage> ¬ify, 46 virtual sp<AMessage> getFormat(bool audio); 51 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const; 61 virtual void onMessageReceived(const sp<AMessage> &msg); 89 void onSessionNotify(const sp<AMessage> &msg); 91 const sp<AMessage> &msg, int32_t currentGeneration,
|
NuPlayerRenderer.h | 40 const sp<AMessage> ¬ify, 51 const sp<AMessage> ¬ifyConsumed); 76 const sp<AMessage> &format, 86 const sp<AMessage> &format, 91 const sp<AMessage> ¬ify); 112 virtual void onMessageReceived(const sp<AMessage> &msg); 142 sp<AMessage> mMeta; 143 sp<AMessage> mNotifyConsumed; 153 sp<AMessage> mNotify; 252 void onQueueBuffer(const sp<AMessage> &msg) [all...] |
/frameworks/av/media/libstagefright/include/media/stagefright/ |
MediaFilter.h | 33 virtual void initiateAllocateComponent(const sp<AMessage> &msg); 34 virtual void initiateConfigureComponent(const sp<AMessage> &msg); 45 virtual void signalSetParameters(const sp<AMessage> &msg); 48 virtual void onMessageReceived(const sp<AMessage> &msg); 104 sp<AMessage> mInputFormat; 105 sp<AMessage> mOutputFormat; 132 void onAllocateComponent(const sp<AMessage> &msg); 133 void onConfigureComponent(const sp<AMessage> &msg); 135 void onInputBufferFilled(const sp<AMessage> &msg); 136 void onOutputBufferDrained(const sp<AMessage> &msg) [all...] |
Utils.h | 31 struct AMessage; 33 const sp<MetaData> &meta, sp<AMessage> *format); 35 const sp<AMessage> &format, sp<MetaData> &meta); 62 sp<AMessage> mMeta; 64 explicit HLSTime(const sp<AMessage> &meta = NULL); 70 // read and write various object to/from AMessage 72 void writeToAMessage(const sp<AMessage> &msg, const AudioPlaybackRate &rate); 73 void readFromAMessage(const sp<AMessage> &msg, AudioPlaybackRate *rate /* nonnull */); 75 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint); 77 const sp<AMessage> &msg, AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) [all...] |
ACodec.h | 54 void initiateSetup(const sp<AMessage> &msg); 57 virtual void initiateAllocateComponent(const sp<AMessage> &msg); 58 virtual void initiateConfigureComponent(const sp<AMessage> &msg); 74 virtual void signalSetParameters(const sp<AMessage> &msg); 79 virtual void onMessageReceived(const sp<AMessage> &msg) { 239 sp<AMessage> mConfigFormat; 240 sp<AMessage> mInputFormat; 241 sp<AMessage> mOutputFormat; 245 sp<AMessage> mBaseOutputFormat; 252 List<sp<AMessage> > mDeferredQueue [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.h | 38 void connect(const char *url, const sp<AMessage> &reply); 39 void disconnect(const sp<AMessage> &reply); 41 void sendRequest(const char *request, const sp<AMessage> &reply); 43 void observeBinaryData(const sp<AMessage> &reply); 51 virtual void onMessageReceived(const sp<AMessage> &msg); 90 KeyedVector<int32_t, sp<AMessage> > mPendingRequests; 92 sp<AMessage> mObserveBinaryMessage; 96 void onConnect(const sp<AMessage> &msg); 97 void onDisconnect(const sp<AMessage> &msg); 98 void onCompleteConnection(const sp<AMessage> &msg) [all...] |
/frameworks/av/media/libmedia/ |
MediaCodecBuffer.cpp | 23 #include <media/stagefright/foundation/AMessage.h> 27 MediaCodecBuffer::MediaCodecBuffer(const sp<AMessage> &format, const sp<ABuffer> &buffer) 28 : mMeta(new AMessage), 59 sp<AMessage> MediaCodecBuffer::meta() { 63 sp<AMessage> MediaCodecBuffer::format() { 67 void MediaCodecBuffer::setFormat(const sp<AMessage> &format) {
|
/frameworks/av/media/libstagefright/httplive/ |
M3UParser.h | 22 #include <media/stagefright/foundation/AMessage.h> 43 sp<AMessage> meta(); 46 bool itemAt(size_t index, AString *uri, sp<AMessage> *meta = NULL); 51 sp<AMessage> getTrackInfo(size_t index) const; 66 sp<AMessage> mMeta; 82 sp<AMessage> mMeta; 92 const AString &line, sp<AMessage> *meta, const char *key); 95 const AString &line, sp<AMessage> *meta, const char *key); 98 const AString &line, sp<AMessage> *meta) const; 101 const AString &line, sp<AMessage> *meta, const AString &baseURI) [all...] |
/frameworks/av/media/libmedia/include/media/ |
MediaCodecBuffer.h | 28 struct AMessage; 36 MediaCodecBuffer(const sp<AMessage> &format, const sp<ABuffer> &buffer); 55 sp<AMessage> meta(); 56 sp<AMessage> format(); 58 void setFormat(const sp<AMessage> &format); 63 const sp<AMessage> mMeta; 64 sp<AMessage> mFormat;
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
AnotherPacketSource.h | 69 const sp<AMessage> &extra, 81 sp<AMessage> getLatestEnqueuedMeta(); 82 sp<AMessage> getLatestDequeuedMeta(); 83 sp<AMessage> getMetaAfterLastDequeued(int64_t delayUs); 85 void trimBuffersAfterMeta(const sp<AMessage> &meta); 86 sp<AMessage> trimBuffersBeforeMeta(const sp<AMessage> &meta); 122 sp<AMessage> mLatestEnqueuedMeta; 123 sp<AMessage> mLatestDequeuedMeta;
|
/frameworks/av/media/libstagefright/include/ |
SDPLoader.h | 21 #include <media/stagefright/foundation/AMessage.h> 39 const sp<AMessage> ¬ify, 50 virtual void onMessageReceived(const sp<AMessage> &msg); 57 void onLoad(const sp<AMessage> &msg); 59 sp<AMessage> mNotify;
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
ALooper.h | 32 struct AMessage; 65 friend struct AMessage; // post() 69 sp<AMessage> mMessage; 88 // START --- methods used only by AMessage 91 void post(const sp<AMessage> &msg, int64_t delayUs); 97 status_t awaitResponse(const sp<AReplyToken> &replyToken, sp<AMessage> *response); 100 status_t postReply(const sp<AReplyToken> &replyToken, const sp<AMessage> &msg); 102 // END --- methods used only by AMessage
|
ANetworkSession.h | 30 struct AMessage; 41 const char *host, unsigned port, const sp<AMessage> ¬ify, 46 const sp<AMessage> ¬ify, int32_t *sessionID); 49 unsigned localPort, const sp<AMessage> ¬ify, int32_t *sessionID); 55 const sp<AMessage> ¬ify, 64 const sp<AMessage> ¬ify, int32_t *sessionID); 71 const sp<AMessage> ¬ify, 122 const sp<AMessage> ¬ify,
|
/frameworks/av/media/libstagefright/foundation/ |
AMessage.cpp | 17 #define LOG_TAG "AMessage" 23 #include "AMessage.h" 41 status_t AReplyToken::setReply(const sp<AMessage> &reply) { 52 AMessage::AMessage(void) 58 AMessage::AMessage(uint32_t what, const sp<const AHandler> &handler) 64 AMessage::~AMessage() { 68 void AMessage::setWhat(uint32_t what) [all...] |
/frameworks/av/media/libstagefright/ |
MediaCodecSource.cpp | 32 #include <media/stagefright/foundation/AMessage.h> 56 status_t start(const sp<MetaData> &meta, const sp<AMessage> ¬ify); 65 virtual void onMessageReceived(const sp<AMessage> &msg); 77 sp<AMessage> mNotify; 100 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg); 154 const sp<AMessage> &msg) { 155 sp<AMessage> response; 170 sp<AMessage> msg = new AMessage(kWhatSetStopTimeUs, this); 175 status_t MediaCodecSource::Puller::start(const sp<MetaData> &meta, const sp<AMessage> ¬ify) [all...] |