HomeSort by relevance Sort by last modified time
    Searched refs:AMessage (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 33 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);
MediaPuller.cpp 25 #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(kWhatResume, this))->post()
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.cpp 27 #include <media/stagefright/foundation/AMessage.h>
31 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify)
34 mStats(new AMessage),
50 const sp<AMessage> &msg, sp<AMessage> *response) {
64 void NuPlayer::DecoderBase::configure(const sp<AMessage> &format) {
65 sp<AMessage> msg = new AMessage(kWhatConfigure, this);
74 void NuPlayer::DecoderBase::setParameters(const sp<AMessage> &params) {
75 sp<AMessage> msg = new AMessage(kWhatSetParameters, this)
    [all...]
NuPlayerDecoder.h 27 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);
66 sp<AMessage> mInputFormat;
67 sp<AMessage> mOutputFormat;
71 List<sp<AMessage> > mPendingInputMessages;
106 void handleOutputFormatChange(const sp<AMessage> &format);
110 bool isStaleReply(const sp<AMessage> &msg)
    [all...]
NuPlayerDecoderBase.h 33 DecoderBase(const sp<AMessage> &notify);
35 void configure(const sp<AMessage> &format);
37 void setParameters(const sp<AMessage> &params);
47 virtual sp<AMessage> getStats() const {
65 virtual void onMessageReceived(const sp<AMessage> &msg);
67 virtual void onConfigure(const sp<AMessage> &format) = 0;
68 virtual void onSetParameters(const sp<AMessage> &params) = 0;
79 sp<AMessage> mNotify;
81 sp<AMessage> mStats;
NuPlayerDecoderPassThrough.h 28 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);
71 bool isStaleReply(const sp<AMessage> &msg);
76 status_t fetchInputData(sp<AMessage> &reply);
79 void onInputBufferFetched(const sp<AMessage> &msg);
NuPlayerSource.h 23 #include <media/stagefright/foundation/AMessage.h>
64 Source(const sp<AMessage> &notify)
82 virtual sp<AMessage> getFormat(bool audio);
97 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;
HTTPLiveSource.h 32 const sp<AMessage> &notify,
41 virtual sp<AMessage> getFormat(bool audio);
46 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
54 virtual void onMessageReceived(const sp<AMessage> &msg);
81 void onSessionNotify(const sp<AMessage> &msg);
83 const sp<AMessage> &msg, int32_t currentGeneration,
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.h 29 struct AMessage;
34 const sp<AMessage> &notify, bool isWide,
47 sp<AMessage> mNotifyMsg;
AMPEG2TSAssembler.h 25 struct AMessage;
31 const sp<AMessage> &notify,
42 sp<AMessage> mNotifyMsg;
AH263Assembler.h 29 struct AMessage;
32 AH263Assembler(const sp<AMessage> &notify);
42 sp<AMessage> mNotifyMsg;
ARawAudioAssembler.h 25 struct AMessage;
31 const sp<AMessage> &notify,
49 sp<AMessage> mNotifyMsg;
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/base/media/jni/
android_media_Utils.h 36 struct AMessage;
38 JNIEnv *env, const sp<AMessage> &msg, jobject *map);
42 sp<AMessage> *msg);
  /frameworks/av/include/media/stagefright/
MediaFilter.h 32 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> &msg)
    [all...]
Utils.h 45 struct AMessage;
47 const sp<MetaData> &meta, sp<AMessage> *format);
49 const sp<AMessage> &format, sp<MetaData> &meta);
71 sp<AMessage> mMeta;
73 HLSTime(const sp<AMessage> &meta = NULL);
79 // read and write various object to/from AMessage
81 void writeToAMessage(sp<AMessage> msg, const AudioPlaybackRate &rate);
82 void readFromAMessage(const sp<AMessage> &msg, AudioPlaybackRate *rate /* nonnull */);
84 void writeToAMessage(sp<AMessage> msg, const AVSyncSettings &sync, float videoFpsHint);
86 const sp<AMessage> &msg, AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */)
    [all...]
  /frameworks/av/media/libstagefright/include/
SDPLoader.h 21 #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/mpeg2ts/
AnotherPacketSource.h 66 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/filters/
SimpleFilter.h 25 struct AMessage;
34 virtual status_t configure(const sp<AMessage> &msg);
38 virtual status_t setParameters(const sp<AMessage> &msg) = 0;
  /frameworks/av/include/media/stagefright/foundation/
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);
ANetworkSession.h 30 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,
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
  /frameworks/av/media/libstagefright/foundation/
AHandler.cpp 22 #include <media/stagefright/foundation/AMessage.h>
26 void AHandler::deliverMessage(const sp<AMessage> &msg) {
AMessage.cpp 17 #define LOG_TAG "AMessage"
22 #include "AMessage.h"
40 status_t AReplyToken::setReply(const sp<AMessage> &reply) {
51 AMessage::AMessage(void)
57 AMessage::AMessage(uint32_t what, const sp<const AHandler> &handler)
63 AMessage::~AMessage() {
67 void AMessage::setWhat(uint32_t what)
    [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...]

Completed in 850 milliseconds

1 2 3 4 5 6 7 8 9