Searched refs:AMessage (Results 1 - 25 of 230) sorted by relevance

12345678910

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp27 #include <media/stagefright/foundation/AMessage.h>
31 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify)
35 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);
75 void NuPlayer::DecoderBase::setParameters(const sp<AMessage> &params) {
76 sp<AMessage> ms
[all...]
H A DNuPlayerDecoder.h27 Decoder(const sp<AMessage> &notify,
34 virtual sp<AMessage> getStats() const;
42 virtual void onMessageReceived(const sp<AMessage> &msg);
44 virtual void onConfigure(const sp<AMessage> &format);
45 virtual void onSetParameters(const sp<AMessage> &params);
70 sp<AMessage> mInputFormat;
71 sp<AMessage> mOutputFormat;
75 List<sp<AMessage> > mPendingInputMessages;
115 void handleOutputFormatChange(const sp<AMessage> &format);
119 bool isStaleReply(const sp<AMessage>
[all...]
H A DNuPlayerDecoderPassThrough.h28 DecoderPassThrough(const sp<AMessage> &notify,
36 virtual void onMessageReceived(const sp<AMessage> &msg);
38 virtual void onConfigure(const sp<AMessage> &format);
39 virtual void onSetParameters(const sp<AMessage> &params);
70 bool isStaleReply(const sp<AMessage> &msg);
75 status_t fetchInputData(sp<AMessage> &reply);
78 void onInputBufferFetched(const sp<AMessage> &msg);
H A DNuPlayerDecoderBase.h33 DecoderBase(const sp<AMessage> &notify);
35 void configure(const sp<AMessage> &format);
37 void setParameters(const sp<AMessage> &params);
50 virtual sp<AMessage> getStats() const {
68 virtual void onMessageReceived(const sp<AMessage> &msg);
70 virtual void onConfigure(const sp<AMessage> &format) = 0;
71 virtual void onSetParameters(const sp<AMessage> &params) = 0;
82 sp<AMessage> mNotify;
85 sp<AMessage> mStats;
H A DNuPlayerSource.h23 #include <media/stagefright/foundation/AMessage.h>
62 Source(const sp<AMessage> &notify)
80 virtual sp<AMessage> getFormat(bool audio);
95 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const {
128 virtual void onMessageReceived(const sp<AMessage> &msg);
130 sp<AMessage> dupNotify() const { return mNotify->dup(); }
133 void notifyVideoSizeChanged(const sp<AMessage> &format = NULL);
134 void notifyInstantiateSecureDecoders(const sp<AMessage> &reply);
138 sp<AMessage> mNotify;
H A DNuPlayerStreamListener.h37 Command cmd, bool synchronous, const sp<AMessage> &extra);
40 ssize_t read(void *data, size_t size, sp<AMessage> *extra);
56 sp<AMessage> mExtra;
H A DStreamingSource.h32 const sp<AMessage> &notify,
47 virtual void onMessageReceived(const sp<AMessage> &msg);
49 virtual sp<AMessage> getFormat(bool audio);
/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h21 #include <media/stagefright/foundation/AMessage.h>
39 const sp<AMessage> &notify,
50 virtual void onMessageReceived(const sp<AMessage> &msg);
57 void onLoad(const sp<AMessage> &msg);
59 sp<AMessage> mNotify;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h33 MediaPuller(const sp<MediaSource> &source, const sp<AMessage> &notify);
36 void stopAsync(const sp<AMessage> &notify);
42 virtual void onMessageReceived(const sp<AMessage> &msg);
55 sp<AMessage> mNotify;
60 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);
H A DMediaPuller.cpp25 #include <media/stagefright/foundation/AMessage.h>
33 const sp<MediaSource> &source, const sp<AMessage> &notify)
50 const sp<AMessage> &msg) {
51 sp<AMessage> response;
66 return postSynchronouslyAndReturnError(new AMessage(kWhatStart, this));
69 void MediaPuller::stopAsync(const sp<AMessage> &notify) {
70 sp<AMessage> msg = new AMessage(kWhatStop, this);
76 (new AMessage(kWhatPause, this))->post();
80 (new AMessage(kWhatResum
[all...]
H A DConverter.h46 Converter(const sp<AMessage> &notify,
48 const sp<AMessage> &outputFormat,
57 sp<AMessage> getOutputFormat() const;
82 virtual void onMessageReceived(const sp<AMessage> &msg);
95 sp<AMessage> mNotify;
97 sp<AMessage> mOutputFormat;
105 sp<AMessage> mEncoderActivityNotify;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h66 const sp<AMessage> &extra,
78 sp<AMessage> getLatestEnqueuedMeta();
79 sp<AMessage> getLatestDequeuedMeta();
80 sp<AMessage> getMetaAfterLastDequeued(int64_t delayUs);
82 void trimBuffersAfterMeta(const sp<AMessage> &meta);
83 sp<AMessage> trimBuffersBeforeMeta(const sp<AMessage> &meta);
118 sp<AMessage> mLatestEnqueuedMeta;
119 sp<AMessage> mLatestDequeuedMeta;
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.h29 struct AMessage;
34 const sp<AMessage> &notify, bool isWide,
47 sp<AMessage> mNotifyMsg;
H A DAH263Assembler.h29 struct AMessage;
32 AH263Assembler(const sp<AMessage> &notify);
42 sp<AMessage> mNotifyMsg;
H A DAMPEG2TSAssembler.h25 struct AMessage;
31 const sp<AMessage> &notify,
42 sp<AMessage> mNotifyMsg;
H A DARawAudioAssembler.h25 struct AMessage;
31 const sp<AMessage> &notify,
49 sp<AMessage> mNotifyMsg;
H A DARTSPConnection.h38 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>
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DANetworkSession.h30 struct AMessage;
41 const char *host, unsigned port, const sp<AMessage> &notify,
46 const sp<AMessage> &notify, int32_t *sessionID);
49 unsigned localPort, const sp<AMessage> &notify, int32_t *sessionID);
55 const sp<AMessage> &notify,
64 const sp<AMessage> &notify, int32_t *sessionID);
71 const sp<AMessage> &notify,
122 const sp<AMessage> &notify,
H A DALooper.h32 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
/frameworks/av/media/libstagefright/foundation/
H A DAHandler.cpp22 #include <media/stagefright/foundation/AMessage.h>
26 void AHandler::deliverMessage(const sp<AMessage> &msg) {
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h22 #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> *met
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaFilter.h32 virtual void setNotificationMessage(const sp<AMessage> &msg);
34 virtual void initiateAllocateComponent(const sp<AMessage> &msg);
35 virtual void initiateConfigureComponent(const sp<AMessage> &msg);
46 virtual void signalSetParameters(const sp<AMessage> &msg);
49 virtual void onMessageReceived(const sp<AMessage> &msg);
124 sp<AMessage> mNotify;
125 sp<AMessage> mInputFormat;
126 sp<AMessage> mOutputFormat;
152 void onAllocateComponent(const sp<AMessage> &msg);
153 void onConfigureComponent(const sp<AMessage>
[all...]
H A DUtils.h45 struct AMessage;
47 const sp<MetaData> &meta, sp<AMessage> *format);
49 const sp<AMessage> &format, sp<MetaData> &meta);
76 sp<AMessage> mMeta;
78 HLSTime(const sp<AMessage> &meta = NULL);
84 // read and write various object to/from AMessage
86 void writeToAMessage(sp<AMessage> msg, const AudioPlaybackRate &rate);
87 void readFromAMessage(const sp<AMessage> &msg, AudioPlaybackRate *rate /* nonnull */);
89 void writeToAMessage(sp<AMessage> msg, const AVSyncSettings &sync, float videoFpsHint);
91 const sp<AMessage>
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.h32 struct AMessage;
51 const sp<AMessage> &notify);
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);
/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.h24 struct AMessage;
31 const sp<AMessage> &notify,
53 sp<AMessage> mNotify;

Completed in 3172 milliseconds

12345678910