HomeSort by relevance Sort by last modified time
    Searched full:amessage (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 32 struct AMessage;
64 sp<AMessage> mMessage;
78 void post(const sp<AMessage> &msg, int64_t delayUs);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 31 const sp<AMessage> &notify,
52 virtual void onMessageReceived(const sp<AMessage> &msg);
75 void onSessionNotify(const sp<AMessage> &msg);
NuPlayerStreamListener.h 37 Command cmd, bool synchronous, const sp<AMessage> &extra);
40 ssize_t read(void *data, size_t size, sp<AMessage> *extra);
56 sp<AMessage> mExtra;
NuPlayerRenderer.cpp 25 #include <media/stagefright/foundation/AMessage.h>
34 const sp<AMessage> &notify,
63 const sp<AMessage> &notifyConsumed) {
64 sp<AMessage> msg = new AMessage(kWhatQueueBuffer, id());
74 sp<AMessage> msg = new AMessage(kWhatQueueEOS, id());
92 sp<AMessage> msg = new AMessage(kWhatFlush, id());
106 (new AMessage(kWhatPause, id()))->post()
    [all...]
NuPlayer.cpp 39 #include <media/stagefright/foundation/AMessage.h>
147 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id());
149 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id());
181 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id());
184 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id());
205 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id())
    [all...]
  /frameworks/av/media/libstagefright/include/
AACExtractor.h 27 struct AMessage;
32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta);
57 sp<AMessage> *);
MP3Extractor.h 26 struct AMessage;
34 MP3Extractor(const sp<DataSource> &source, const sp<AMessage> &meta);
57 sp<AMessage> *meta);
LiveSession.h 39 const sp<AMessage> &notify,
67 virtual void onMessageReceived(const sp<AMessage> &msg);
87 sp<AMessage> mNotify;
132 void onConnect(const sp<AMessage> &msg);
136 void onSeek(const sp<AMessage> &msg);
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.h 29 struct AMessage;
34 const sp<AMessage> &notify, bool isWide,
47 sp<AMessage> mNotifyMsg;
AAVCAssembler.h 29 struct AMessage;
32 AAVCAssembler(const sp<AMessage> &notify);
42 sp<AMessage> mNotifyMsg;
AH263Assembler.h 29 struct AMessage;
32 AH263Assembler(const sp<AMessage> &notify);
42 sp<AMessage> mNotifyMsg;
AMPEG2TSAssembler.h 25 struct AMessage;
31 const sp<AMessage> &notify,
42 sp<AMessage> mNotifyMsg;
AMPEG4AudioAssembler.h 29 struct AMessage;
34 const sp<AMessage> &notify, const AString &params);
44 sp<AMessage> mNotifyMsg;
AMPEG4ElementaryAssembler.h 33 struct AMessage;
37 const sp<AMessage> &notify, const AString &desc,
48 sp<AMessage> mNotifyMsg;
ARTPSource.h 30 struct AMessage;
38 const sp<AMessage> &notify);
64 sp<AMessage> mNotify;
ARawAudioAssembler.h 25 struct AMessage;
31 const sp<AMessage> &notify,
49 sp<AMessage> mNotifyMsg;
MyHandler.h 35 #include <media/stagefright/foundation/AMessage.h>
101 const sp<AMessage> &notify,
161 sp<AMessage> notify = new AMessage('biny', id());
164 sp<AMessage> reply = new AMessage('conn', id());
172 sp<AMessage> notify = new AMessage('biny', id());
175 sp<AMessage> reply = new AMessage('sdpl', id())
    [all...]
SDPLoader.cpp 33 SDPLoader::SDPLoader(const sp<AMessage> &notify, uint32_t flags, bool uidValid, uid_t uid)
58 sp<AMessage> msg = new AMessage(kWhatLoad, id());
76 void SDPLoader::onMessageReceived(const sp<AMessage> &msg) {
88 void SDPLoader::onLoad(const sp<AMessage> &msg) {
147 sp<AMessage> notify = mNotify->dup();
  /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/media/libmediaplayerservice/nuplayer/mp4/
MP4Source.cpp 23 #include <media/stagefright/foundation/AMessage.h>
48 sp<AMessage> extra;
70 sp<AMessage> extra;
108 const sp<AMessage> &notify, const sp<IStreamSource> &source)
135 sp<AMessage> MP4Source::getFormat(bool audio) {
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 25 #include "AMessage.h"
75 const sp<AMessage> &msg, int64_t delayUs) {
81 const sp<AMessage> &msg, int64_t delayUs) {
108 void ALooperRoster::deliverMessage(const sp<AMessage> &msg) {
157 const sp<AMessage> &msg, sp<AMessage> *response) {
182 void ALooperRoster::postReply(uint32_t replyID, const sp<AMessage> &reply) {
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 138 sp<AMessage> msg = new AMessage(kWhatPrepare, id());
146 sp<AMessage> msg = new AMessage(kWhatPlay, id());
153 sp<AMessage> msg = new AMessage(kWhatPause, id());
160 (new AMessage(kWhatPause, id()))->post();
173 sp<AMessage> msg = new AMessage(kWhatSeek, id());
181 sp<AMessage> msg = new AMessage(kWhatLoop, id())
    [all...]
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 23 #include <media/stagefright/foundation/AMessage.h>
58 (new AMessage(kWhatStart, id()))->post();
62 (new AMessage(kWhatPause, id()))->post();
66 (new AMessage(kWhatResume, id()))->post();
70 sp<AMessage> msg = new AMessage(kWhatSeek, id());
76 sp<AMessage> msg = new AMessage(kWhatSetSource, id());
81 void TimedTextPlayer::onMessageReceived(const sp<AMessage> &msg) {
233 sp<AMessage> msg = new AMessage(kWhatRetryRead, id())
    [all...]
TimedTextPlayer.h 30 class AMessage;
48 virtual void onMessageReceived(const sp<AMessage> &msg);
61 // To add Parcel into an AMessage as an object, it should be 'RefBase'.
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 35 #include <media/stagefright/foundation/AMessage.h>
56 Track(const sp<AMessage> &notify,
62 Track(const sp<AMessage> &notify, const sp<AMessage> &format);
66 sp<AMessage> getFormat();
99 virtual void onMessageReceived(const sp<AMessage> &msg);
107 sp<AMessage> mNotify;
112 sp<AMessage> mFormat;
121 static bool IsAudioFormat(const sp<AMessage> &format);
127 const sp<AMessage> &notify
    [all...]

Completed in 239 milliseconds

12 3 4 5 6 7 8