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

1 2 3 45 6 7 8 9

  /frameworks/av/include/media/stagefright/
MediaMuxer.h 30 struct AMessage;
65 ssize_t addTrack(const sp<AMessage> &format);
MediaCodecList.h 37 struct AMessage;
53 virtual const sp<AMessage> getGlobalSettings() const;
93 sp<AMessage> mGlobalSettings;
NuMediaExtractor.h 32 struct AMessage;
58 status_t getTrackFormat(size_t index, sp<AMessage> *format) const;
60 status_t getFileFormat(sp<AMessage> *format) const;
MediaClock.h 27 struct AMessage;
  /frameworks/av/media/libstagefright/foundation/
Android.mk 13 AMessage.cpp \
  /frameworks/av/media/libstagefright/include/
MPEG2PSExtractor.h 29 struct AMessage;
75 sp<AMessage> *);
MPEG2TSExtractor.h 30 struct AMessage;
80 sp<AMessage> *);
WVMExtractor.h 26 struct AMessage;
97 sp<AMessage> *);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.h 29 struct AMessage;
88 sp<AMessage> *);
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 25 #include <media/stagefright/foundation/AMessage.h>
70 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) {
71 sp<AMessage> msg = new AMessage(kWhatConnect, this);
77 void ARTSPConnection::disconnect(const sp<AMessage> &reply) {
78 sp<AMessage> msg = new AMessage(kWhatDisconnect, this);
84 const char *request, const sp<AMessage> &reply) {
85 sp<AMessage> msg = new AMessage(kWhatSendRequest, this)
    [all...]
ARTPConnection.cpp 29 #include <media/stagefright/foundation/AMessage.h>
60 sp<AMessage> mNotifyMsg;
83 const sp<AMessage> &notify,
85 sp<AMessage> msg = new AMessage(kWhatAddStream, this);
96 sp<AMessage> msg = new AMessage(kWhatRemoveStream, this);
148 void ARTPConnection::onMessageReceived(const sp<AMessage> &msg) {
182 void ARTPConnection::onAddStream(const sp<AMessage> &msg) {
213 void ARTPConnection::onRemoveStream(const sp<AMessage> &msg)
    [all...]
MyTransmitter.h 103 sp<AMessage> reply = new AMessage('conn', this);
232 sp<AMessage> reply = new AMessage('anno', this);
342 virtual void onMessageReceived(const sp<AMessage> &msg) {
353 (new AMessage('quit', this))->post();
384 (new AMessage('quit', this))->post();
394 (new AMessage('quit', this))->post();
401 // (new AMessage('poll', this))->post();
417 sp<AMessage> reply = new AMessage('setu', this)
    [all...]
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.h 30 struct 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/
TSPacketizer.h 29 struct AMessage;
42 ssize_t addTrack(const sp<AMessage> &format);
WifiDisplaySource.cpp 33 #include <media/stagefright/foundation/AMessage.h>
94 const sp<AMessage> &msg, sp<AMessage> *response) {
111 sp<AMessage> msg = new AMessage(kWhatStart, this);
114 sp<AMessage> response;
119 sp<AMessage> msg = new AMessage(kWhatStop, this);
121 sp<AMessage> response;
126 sp<AMessage> msg = new AMessage(kWhatPause, this)
    [all...]
  /frameworks/wilhelm/src/android/
android_StreamPlayer.h 51 void receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg = NULL);
89 virtual void onMessageReceived(const sp<AMessage> &msg);
android_StreamPlayer.cpp 98 void StreamSourceAppProxy::receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg) {
161 sp<AMessage> msg = new AMessage();
167 sp<AMessage> msg = new AMessage();
174 sp<AMessage> msg = new AMessage();
313 void StreamPlayer::onMessageReceived(const sp<AMessage> &msg) {
332 (new AMessage(kWhatStopForDestroy, this))->post();
372 (new AMessage(kWhatPullFromAbq, this))->post()
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.cpp 32 #include <media/stagefright/foundation/AMessage.h>
40 const sp<AMessage> &notify)
68 ssize_t MediaSender::addTrack(const sp<AMessage> &format, uint32_t flags) {
124 sp<AMessage> notify = new AMessage(kWhatSenderNotify, this);
173 sp<AMessage> notify = new AMessage(kWhatSenderNotify, this);
285 void MediaSender::onMessageReceived(const sp<AMessage> &msg) {
304 void MediaSender::onSenderNotify(const sp<AMessage> &msg) {
354 sp<AMessage> notify = mNotify->dup()
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.cpp 25 #include <media/stagefright/foundation/AMessage.h>
69 (new AMessage(kWhatMoreDataQueued, mTargetHandler))->post();
75 Command cmd, bool synchronous, const sp<AMessage> &extra) {
90 (new AMessage(kWhatMoreDataQueued, mTargetHandler))->post();
96 void *data, size_t size, sp<AMessage> *extra) {
RTSPSource.cpp 36 const sp<AMessage> &notify,
90 sp<AMessage> notify = new AMessage(kWhatNotify, this);
119 sp<AMessage> msg = new AMessage(kWhatDisconnect, this);
121 sp<AMessage> dummy;
297 sp<AMessage> msg = new AMessage(kWhatPerformSeek, this);
301 sp<AMessage> response;
320 void NuPlayer::RTSPSource::onMessageReceived(const sp<AMessage> &msg)
    [all...]
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 32 #include <media/stagefright/foundation/AMessage.h>
63 virtual void onMessageReceived(const sp<AMessage> &msg);
72 sp<AMessage> mActivityNotification;
83 void CodecHandler::onMessageReceived(const sp<AMessage> &msg) {
125 sp<AMessage> response = new AMessage;
139 (new AMessage(kWhatRequestActivityNotifications, codec->mHandler))->post();
212 sp<AMessage> nativeFormat;
230 mData->mActivityNotification = new AMessage(kWhatActivityNotify, mData->mHandler);
240 sp<AMessage> msg = new AMessage(kWhatStopActivityNotifications, mData->mHandler)
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 59 sp<AMessage> &itemMeta,
66 sp<AMessage> &itemMeta,
75 sp<AMessage> mItemMeta;
103 sp<AMessage> &itemMeta,
124 sp<AMessage> &itemMeta,
140 const sp<AMessage> &notify,
197 sp<AMessage> itemMeta;
221 sp<AMessage> itemMeta;
252 sp<AMessage> itemMeta;
295 sp<AMessage> itemMeta
    [all...]
  /frameworks/av/media/libstagefright/filters/
GraphicBufferListener.cpp 21 #include <media/stagefright/foundation/AMessage.h>
31 const sp<AMessage> &notify,
73 sp<AMessage> notify = mNotify->dup();
  /frameworks/base/media/jni/
android_media_Utils.cpp 25 #include <media/stagefright/foundation/AMessage.h>
146 JNIEnv *env, const sp<AMessage> &msg, jobject *map) {
174 AMessage::Type valueType;
180 case AMessage::kTypeInt32:
189 case AMessage::kTypeInt64:
198 case AMessage::kTypeFloat:
207 case AMessage::kTypeString:
216 case AMessage::kTypeBuffer:
226 case AMessage::kTypeRect:
282 sp<AMessage> *out)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
RemoteDisplay.cpp 23 #include <media/stagefright/foundation/AMessage.h>

Completed in 618 milliseconds

1 2 3 45 6 7 8 9