/frameworks/av/media/libstagefright/include/ |
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...] |
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;
|
Utils.h | 46 struct AMessage; 48 const sp<MetaData> &meta, sp<AMessage> *format); 50 const sp<AMessage> &format, sp<MetaData> &meta); 77 sp<AMessage> mMeta; 79 explicit HLSTime(const sp<AMessage> &meta = NULL); 85 // read and write various object to/from AMessage 87 void writeToAMessage(const sp<AMessage> &msg, const AudioPlaybackRate &rate); 88 void readFromAMessage(const sp<AMessage> &msg, AudioPlaybackRate *rate /* nonnull */); 90 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint); 92 const sp<AMessage> &msg, AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) [all...] |
ACodec.h | 65 void initiateSetup(const sp<AMessage> &msg); 68 virtual void initiateAllocateComponent(const sp<AMessage> &msg); 69 virtual void initiateConfigureComponent(const sp<AMessage> &msg); 84 virtual void signalSetParameters(const sp<AMessage> &msg); 89 virtual void onMessageReceived(const sp<AMessage> &msg) { 254 sp<AMessage> mConfigFormat; 255 sp<AMessage> mInputFormat; 256 sp<AMessage> mOutputFormat; 260 sp<AMessage> mBaseOutputFormat; 267 List<sp<AMessage> > mDeferredQueue [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,
|
GenericSource.h | 43 GenericSource(const sp<AMessage> ¬ify, bool uidValid, uid_t uid); 75 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const; 100 virtual void onMessageReceived(const sp<AMessage> &msg); 137 explicit BufferingMonitor(const sp<AMessage> ¬ify); 167 virtual void onMessageReceived(const sp<AMessage> &msg); 174 sp<AMessage> mNotify; 264 void onGetFormatMeta(const sp<AMessage>& msg) const; 267 void onGetTrackInfo(const sp<AMessage>& msg) const; 268 sp<AMessage> doGetTrackInfo(size_t trackIndex) const; 270 void onGetSelectedTrack(const sp<AMessage>& msg) const [all...] |
NuPlayerRenderer.h | 39 const sp<AMessage> ¬ify, 50 const sp<AMessage> ¬ifyConsumed); 75 const sp<AMessage> &format, 85 const sp<AMessage> &format, 90 const sp<AMessage> ¬ify); 111 virtual void onMessageReceived(const sp<AMessage> &msg); 141 sp<AMessage> mMeta; 142 sp<AMessage> mNotifyConsumed; 152 sp<AMessage> mNotify; 250 void onQueueBuffer(const sp<AMessage> &msg) [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/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); 58 sp<AMessage> meta(); 59 sp<AMessage> format(); 61 void setFormat(const sp<AMessage> &format); 66 const sp<AMessage> mMeta; 67 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/wifi-display/source/ |
MediaPuller.h | 33 MediaPuller(const sp<MediaSource> &source, const sp<AMessage> ¬ify); 36 void stopAsync(const sp<AMessage> ¬ify); 42 virtual void onMessageReceived(const sp<AMessage> &msg); 55 sp<AMessage> mNotify; 60 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);
|
MediaPuller.cpp | 25 #include <media/stagefright/foundation/AMessage.h> 33 const sp<MediaSource> &source, const sp<AMessage> ¬ify) 50 const sp<AMessage> &msg) { 51 sp<AMessage> response; 66 return postSynchronouslyAndReturnError(new AMessage(kWhatStart, this)); 69 void MediaPuller::stopAsync(const sp<AMessage> ¬ify) { 70 sp<AMessage> msg = new AMessage(kWhatStop, this); 76 (new AMessage(kWhatPause, this))->post(); 80 (new AMessage(kWhatResume, this))->post() [all...] |
/frameworks/av/media/libstagefright/include/foundation/ |
AMessage.h | 40 friend struct AMessage; 43 sp<AMessage> mReply; 50 bool retrieveReply(sp<AMessage> *reply) { 58 status_t setReply(const sp<AMessage> &reply); 61 struct AMessage : public RefBase { 62 AMessage(); 63 AMessage(uint32_t what, const sp<const AHandler> &handler); 65 // Construct an AMessage from a parcel. 66 // nestingAllowed determines how many levels AMessage can be nested inside 67 // AMessage. The default value here is arbitrarily set to 255 [all...] |
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,
|
AHandler.h | 27 struct AMessage; 54 virtual void onMessageReceived(const sp<AMessage> &msg) = 0; 57 friend struct AMessage; // deliverMessage() 72 void deliverMessage(const sp<AMessage> &msg);
|
/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/libmedia/ |
MediaCodecBuffer.cpp | 23 #include <media/stagefright/foundation/AMessage.h> 28 MediaCodecBuffer::MediaCodecBuffer(const sp<AMessage> &format, const sp<ABuffer> &buffer) 29 : mMeta(new AMessage), 75 sp<AMessage> MediaCodecBuffer::meta() { 79 sp<AMessage> MediaCodecBuffer::format() { 83 void MediaCodecBuffer::setFormat(const sp<AMessage> &format) {
|
/frameworks/av/media/libstagefright/ |
MediaCodecSource.cpp | 30 #include <media/stagefright/foundation/AMessage.h> 52 status_t start(const sp<MetaData> &meta, const sp<AMessage> ¬ify); 61 virtual void onMessageReceived(const sp<AMessage> &msg); 72 sp<AMessage> mNotify; 95 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg); 149 const sp<AMessage> &msg) { 150 sp<AMessage> response; 164 status_t MediaCodecSource::Puller::start(const sp<MetaData> &meta, const sp<AMessage> ¬ify) { 173 sp<AMessage> msg = new AMessage(kWhatStart, this) [all...] |
/frameworks/av/media/libstagefright/wifi-display/ |
MediaSender.h | 32 struct AMessage; 51 const sp<AMessage> ¬ify); 58 ssize_t addTrack(const sp<AMessage> &format, uint32_t flags); 74 virtual void onMessageReceived(const sp<AMessage> &msg); 89 sp<AMessage> mFormat; 98 sp<AMessage> mNotify; 115 void onSenderNotify(const sp<AMessage> &msg);
|