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

12345678

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp27 #include <media/stagefright/foundation/AMessage.h>
31 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify)
49 const sp<AMessage> &msg, sp<AMessage> *response) {
63 void NuPlayer::DecoderBase::configure(const sp<AMessage> &format) {
64 sp<AMessage> msg = new AMessage(kWhatConfigure, id());
74 sp<AMessage> msg = new AMessage(kWhatSetRenderer, id());
80 sp<AMessage> ms
[all...]
H A DNuPlayerDecoder.h27 Decoder(const sp<AMessage> &notify,
40 virtual void onMessageReceived(const sp<AMessage> &msg);
42 virtual void onConfigure(const sp<AMessage> &format);
62 sp<AMessage> mInputFormat;
63 sp<AMessage> mOutputFormat;
67 List<sp<AMessage> > mPendingInputMessages;
94 bool isStaleReply(const sp<AMessage> &msg);
96 status_t fetchInputData(sp<AMessage> &reply);
97 bool onInputBufferFetched(const sp<AMessage> &msg);
98 void onRenderBuffer(const sp<AMessage>
[all...]
H A DNuPlayerSource.h23 #include <media/stagefright/foundation/AMessage.h>
63 Source(const sp<AMessage> &notify)
81 virtual sp<AMessage> getFormat(bool audio);
96 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const {
123 virtual void onMessageReceived(const sp<AMessage> &msg);
125 sp<AMessage> dupNotify() const { return mNotify->dup(); }
128 void notifyVideoSizeChanged(const sp<AMessage> &format = NULL);
132 sp<AMessage> mNotify;
H A DNuPlayerDecoderPassThrough.h28 DecoderPassThrough(const sp<AMessage> &notify,
40 virtual void onMessageReceived(const sp<AMessage> &msg);
42 virtual void onConfigure(const sp<AMessage> &format);
74 bool isStaleReply(const sp<AMessage> &msg);
79 status_t fetchInputData(sp<AMessage> &reply);
81 void onInputBufferFetched(const sp<AMessage> &msg);
H A DHTTPLiveSource.h30 const sp<AMessage> &notify,
39 virtual sp<AMessage> getFormat(bool audio);
44 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
52 virtual void onMessageReceived(const sp<AMessage> &msg);
75 void onSessionNotify(const sp<AMessage> &msg);
H A DNuPlayerDecoderBase.h32 DecoderBase(const sp<AMessage> &notify);
34 void configure(const sp<AMessage> &format);
62 virtual void onMessageReceived(const sp<AMessage> &msg);
64 virtual void onConfigure(const sp<AMessage> &format) = 0;
76 sp<AMessage> mNotify;
H A DNuPlayerCCDecoder.h31 CCDecoder(const sp<AMessage> &notify);
34 sp<AMessage> getTrackInfo(size_t index) const;
42 sp<AMessage> mNotify;
/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, id()));
69 void MediaPuller::stopAsync(const sp<AMessage> &notify) {
70 sp<AMessage> msg = new AMessage(kWhatStop, id());
76 (new AMessage(kWhatPause, id()))->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/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/base/media/jni/
H A Dandroid_media_Utils.h36 struct AMessage;
38 JNIEnv *env, const sp<AMessage> &msg, jobject *map);
42 sp<AMessage> *msg);
/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 DALooperRoster.h35 status_t postMessage(const sp<AMessage> &msg, int64_t delayUs = 0);
36 void deliverMessage(const sp<AMessage> &msg);
39 const sp<AMessage> &msg, sp<AMessage> *response);
41 void postReply(uint32_t replyID, const sp<AMessage> &reply);
57 KeyedVector<uint32_t, sp<AMessage> > mReplies;
H A DABuffer.h29 struct AMessage;
36 void setFarewellMessage(const sp<AMessage> msg);
52 sp<AMessage> meta();
61 sp<AMessage> mFarewell;
62 sp<AMessage> mMeta;
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h29 struct AMessage;
64 const sp<AMessage> &format,
69 status_t setCallback(const sp<AMessage> &callback);
125 status_t getOutputFormat(sp<AMessage> *format) const;
126 status_t getInputFormat(sp<AMessage> *format) const;
132 status_t getOutputFormat(size_t index, sp<AMessage> *format);
140 void requestActivityNotification(const sp<AMessage> &notify);
144 status_t setParameters(const sp<AMessage> &params);
148 virtual void onMessageReceived(const sp<AMessage> &msg);
215 sp<AMessage> mNotif
[all...]
H A DCodecBase.h46 virtual void setNotificationMessage(const sp<AMessage> &msg) = 0;
48 virtual void initiateAllocateComponent(const sp<AMessage> &msg) = 0;
49 virtual void initiateConfigureComponent(const sp<AMessage> &msg) = 0;
55 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
61 virtual void signalSetParameters(const sp<AMessage> &msg) = 0;
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h22 #include <media/stagefright/foundation/AMessage.h>
40 sp<AMessage> meta();
43 bool itemAt(size_t index, AString *uri, sp<AMessage> *meta = NULL);
48 sp<AMessage> getTrackInfo(size_t index) const;
62 sp<AMessage> mMeta;
74 sp<AMessage> mMeta;
84 const AString &line, sp<AMessage> *meta, const char *key);
87 const AString &line, sp<AMessage> *meta, const char *key);
90 const AString &line, sp<AMessage> *meta) const;
93 const AString &line, sp<AMessage> *met
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp17 #define LOG_TAG "AMessage"
22 #include "AMessage.h"
39 AMessage::AMessage(uint32_t what, ALooper::handler_id target) function in class:android::AMessage
45 AMessage::~AMessage() {
49 void AMessage::setWhat(uint32_t what) {
53 uint32_t AMessage::what() const {
57 void AMessage::setTarget(ALooper::handler_id handlerID) {
61 ALooper::handler_id 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);

Completed in 273 milliseconds

12345678