HomeSort by relevance Sort by last modified time
    Searched full:amessage (Results 101 - 125 of 254) sorted by null

1 2 3 45 6 7 8 91011

  /frameworks/av/media/libstagefright/include/
MediaExtractor.h 91 float *confidence, sp<AMessage> *meta);
97 // The sniffer can optionally fill in "meta" with an AMessage containing
103 String8 *mimeType, float *confidence, sp<AMessage> *meta);
NuCachedSource2.h 116 sp<AMessage> mAsyncResult;
131 void onMessageReceived(const sp<AMessage> &msg);
133 void onRead(const sp<AMessage> &msg);
NuMediaExtractor.h 37 struct AMessage;
70 status_t getTrackFormat(size_t index, sp<AMessage> *format, uint32_t flags = 0) const;
72 status_t getFileFormat(sp<AMessage> *format) const;
ACodecBufferChannel.h 62 const sp<AMessage> &inputBufferFilled, const sp<AMessage> &outputBufferDrained);
114 const sp<AMessage> mInputBufferFilled;
115 const sp<AMessage> mOutputBufferDrained;
CodecBase.h 103 const sp<AMessage> &inputFormat, const sp<AMessage> &outputFormat) = 0;
114 const sp<AMessage> &inputFormat,
115 const sp<AMessage> &outputFormat,
133 const sp<AMessage> &inputFormat,
134 const sp<AMessage> &outputFormat) = 0;
201 virtual void initiateAllocateComponent(const sp<AMessage> &msg) = 0;
202 virtual void initiateConfigureComponent(const sp<AMessage> &msg) = 0;
210 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
222 virtual void signalSetParameters(const sp<AMessage> &msg) = 0
    [all...]
MediaCodecList.h 37 struct AMessage;
57 virtual const sp<AMessage> getGlobalSettings() const;
113 sp<AMessage> mGlobalSettings;
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 46 virtual void onMessageReceived(const sp<AMessage> &msg);
107 void onRead(const sp<AMessage> &msg);
108 void onSendSR(const sp<AMessage> &msg);
ARawAudioAssembler.cpp 28 #include <media/stagefright/foundation/AMessage.h>
37 const sp<AMessage> &notify,
98 sp<AMessage> msg = mNotifyMsg->dup();
114 sp<AMessage> msg = mNotifyMsg->dup();
UDPPusher.cpp 25 #include <media/stagefright/foundation/AMessage.h>
68 (new AMessage(kWhatPush, this))->post();
106 (new AMessage(kWhatPush, this))->post(whenUs - nowUs);
111 void UDPPusher::onMessageReceived(const sp<AMessage> &msg) {
  /external/clang/test/CodeGenObjC/
debug-info-nested-blocks.m 14 baz([a aMessage]);
  /frameworks/av/media/libstagefright/filters/
ZeroFilter.h 30 virtual status_t setParameters(const sp<AMessage> &msg);
GraphicBufferListener.cpp 21 #include <media/stagefright/foundation/AMessage.h>
32 const sp<AMessage> &notify,
74 sp<AMessage> notify = mNotify->dup();
  /frameworks/av/media/libstagefright/foundation/
Android.bp 13 "AMessage.cpp",
ALooper.cpp 30 #include "AMessage.h"
168 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) {
230 // to be called by AMessage::postAndAwaitResponse only
235 // to be called by AMessage::postAndAwaitResponse only
236 status_t ALooper::awaitResponse(const sp<AReplyToken> &replyToken, sp<AMessage> *response) {
252 status_t ALooper::postReply(const sp<AReplyToken> &replyToken, const sp<AMessage> &reply) {
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 25 void onMessageReceived(const sp<AMessage> &msg);
TSPacketizer.h 29 struct AMessage;
42 ssize_t addTrack(const sp<AMessage> &format);
  /frameworks/av/media/libmedia/include/media/
IMediaCodecList.h 24 #include <media/stagefright/foundation/AMessage.h>
38 virtual const sp<AMessage> getGlobalSettings() const = 0;
MediaCodecInfo.h 34 struct AMessage;
60 const sp<AMessage> getDetails() const;
66 sp<AMessage> mDetails;
  /frameworks/av/media/libstagefright/include/foundation/
ColorUtils.h 25 #include <media/stagefright/foundation/AMessage.h>
166 const sp<AMessage> &format, int *range, int *standard, int *transfer);
169 static void copyColorConfig(const sp<AMessage> &source, sp<AMessage> &target);
172 static void getColorAspectsFromFormat(const sp<AMessage> &format, ColorAspects &aspects);
177 const ColorAspects &aspects, sp<AMessage> &format, bool force = false);
181 static bool getHDRStaticInfoFromFormat(const sp<AMessage> &format, HDRStaticInfo *info);
184 static void setHDRStaticInfoIntoFormat(const HDRStaticInfo &info, sp<AMessage> &format);
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 32 #include <media/stagefright/foundation/AMessage.h>
77 virtual void onMessageReceived(const sp<AMessage> &msg);
86 sp<AMessage> mActivityNotification;
97 void CodecHandler::onMessageReceived(const sp<AMessage> &msg) {
139 sp<AMessage> response = new AMessage;
153 (new AMessage(kWhatRequestActivityNotifications, codec->mHandler))->post();
231 sp<AMessage> nativeFormat;
249 mData->mActivityNotification = new AMessage(kWhatActivityNotify, mData->mHandler);
259 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,
201 sp<AMessage> itemMeta;
225 sp<AMessage> itemMeta;
256 sp<AMessage> itemMeta;
299 sp<AMessage> itemMeta
    [all...]
LiveSession.cpp 32 #include <media/stagefright/foundation/AMessage.h>
272 const sp<AMessage> &notify, uint32_t flags,
371 sp<AMessage> extra;
495 sp<AMessage> msg = new AMessage(kWhatSetBufferingSettings, this);
502 sp<AMessage> msg = new AMessage(kWhatConnect, this);
515 sp<AMessage> msg = new AMessage(kWhatDisconnect, this);
517 sp<AMessage> response
    [all...]
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 79 void onCheckCache(const sp<AMessage> &msg);
86 virtual void onSeek(const sp<AMessage> &msg);
87 virtual void onLoop(const sp<AMessage> &msg);
90 virtual void onNotify(const sp<AMessage> &msg);
91 virtual void onMessageReceived(const sp<AMessage> &msg);
android_GenericMediaPlayer.h 103 virtual void onSeek(const sp<AMessage> &msg);
104 virtual void onLoop(const sp<AMessage> &msg);
107 virtual void onBufferingUpdate(const sp<AMessage> &msg);
108 virtual void onAttachAuxEffect(const sp<AMessage> &msg);
109 virtual void onSetAuxEffectSendLevel(const sp<AMessage> &msg);
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 25 #include <media/stagefright/foundation/AMessage.h>
37 const sp<AMessage> &notify)
98 sp<AMessage> rtpNotify = new AMessage(kWhatRTPNotify, this);
100 sp<AMessage> rtcpNotify;
102 rtcpNotify = new AMessage(kWhatRTCPNotify, this);
505 void RTPSender::onMessageReceived(const sp<AMessage> &msg) {
517 void RTPSender::onNetNotify(bool isRTP, const sp<AMessage> &msg) {
776 sp<AMessage> notify = mNotify->dup();
787 sp<AMessage> notify = mNotify->dup()
    [all...]

Completed in 288 milliseconds

1 2 3 45 6 7 8 91011