HomeSort by relevance Sort by last modified time
    Searched full:amessage (Results 126 - 150 of 391) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libmedia/include/media/
NdkWrapper.h 44 struct AMessage;
49 static sp<AMediaFormatWrapper> Create(const sp<AMessage> &message);
57 sp<AMessage> toAMessage() const ;
58 void writeToAMessage(sp<AMessage>&) const ;
234 status_t setCallback(const sp<AMessage> &callback);
276 sp<AMessage> mCallback;
  /frameworks/av/media/libmediaplayer2/nuplayer2/
RTSPSource2.cpp 42 const sp<AMessage> &notify,
116 sp<AMessage> notify = new AMessage(kWhatNotify, this);
145 sp<AMessage> msg = new AMessage(kWhatDisconnect, this);
147 sp<AMessage> dummy;
296 sp<AMessage> msg = new AMessage(kWhatPerformSeek, this);
301 sp<AMessage> response;
322 sp<AMessage> msg = new AMessage(kWhatPollBuffering, this)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 42 const sp<AMessage> &notify,
118 sp<AMessage> notify = new AMessage(kWhatNotify, this);
147 sp<AMessage> msg = new AMessage(kWhatDisconnect, this);
149 sp<AMessage> dummy;
298 sp<AMessage> msg = new AMessage(kWhatPerformSeek, this);
303 sp<AMessage> response;
324 sp<AMessage> msg = new AMessage(kWhatPollBuffering, this)
    [all...]
  /frameworks/av/media/libstagefright/foundation/
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) {
AHierarchicalStateMachine.cpp 24 #include <media/stagefright/foundation/AMessage.h>
54 void AHierarchicalStateMachine::handleMessage(const sp<AMessage> &msg) {
ANetworkSession.cpp 35 #include <media/stagefright/foundation/AMessage.h>
76 const sp<AMessage> &notify);
80 sp<AMessage> getNotificationMessage() const;
115 sp<AMessage> mNotify;
153 const sp<AMessage> &notify)
194 sp<AMessage> msg = mNotify->dup();
234 sp<AMessage> ANetworkSession::Session::getNotificationMessage() const {
286 sp<AMessage> notify = mNotify->dup();
365 sp<AMessage> notify = mNotify->dup();
388 sp<AMessage> notify = mNotify->dup()
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
CodecBase.h 107 const sp<AMessage> &inputFormat, const sp<AMessage> &outputFormat) = 0;
118 const sp<AMessage> &inputFormat,
119 const sp<AMessage> &outputFormat,
137 const sp<AMessage> &inputFormat,
138 const sp<AMessage> &outputFormat) = 0;
205 virtual void initiateAllocateComponent(const sp<AMessage> &msg) = 0;
206 virtual void initiateConfigureComponent(const sp<AMessage> &msg) = 0;
214 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
222 virtual void signalSetParameters(const sp<AMessage> &msg) = 0
    [all...]
NuMediaExtractor.h 35 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;
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 63 sp<AMessage> &itemMeta,
70 sp<AMessage> &itemMeta,
79 sp<AMessage> mItemMeta;
107 sp<AMessage> &itemMeta,
128 sp<AMessage> &itemMeta,
144 const sp<AMessage> &notify,
205 sp<AMessage> itemMeta;
229 sp<AMessage> itemMeta;
260 sp<AMessage> itemMeta;
303 sp<AMessage> itemMeta
    [all...]
LiveSession.cpp 32 #include <media/stagefright/foundation/AMessage.h>
276 const sp<AMessage> &notify, uint32_t flags,
375 sp<AMessage> extra;
499 sp<AMessage> msg = new AMessage(kWhatSetBufferingSettings, this);
506 sp<AMessage> msg = new AMessage(kWhatConnect, this);
519 sp<AMessage> msg = new AMessage(kWhatDisconnect, this);
521 sp<AMessage> response
    [all...]
M3UParser.cpp 25 #include <media/stagefright/foundation/AMessage.h>
65 sp<AMessage> getTrackInfo(size_t index) const;
197 sp<AMessage> M3UParser::MediaGroup::getTrackInfo(size_t index) const {
202 sp<AMessage> format = new AMessage();
303 sp<AMessage> M3UParser::meta() {
311 bool M3UParser::itemAt(size_t index, AString *uri, sp<AMessage> *meta) {
365 sp<AMessage> M3UParser::getTrackInfo(size_t index) const {
426 sp<AMessage> meta = mItems.itemAt(index).mMeta;
554 sp<AMessage> itemMeta
    [all...]
  /frameworks/base/media/jni/
android_media_AudioPresentation.h 24 #include <media/stagefright/foundation/AMessage.h>
75 static status_t ConvertMessageToMap(JNIEnv *env, const sp<AMessage> &msg, jobject *map) {
100 AMessage::Type valueType;
137 sp<AMessage> labelMessage = new AMessage();
  /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/ndk/
NdkMediaCodec.cpp 32 #include <media/stagefright/foundation/AMessage.h>
78 virtual void onMessageReceived(const sp<AMessage> &msg);
87 sp<AMessage> mActivityNotification;
93 sp<AMessage> mAsyncNotify;
103 void CodecHandler::onMessageReceived(const sp<AMessage> &msg) {
218 sp<AMessage> format;
286 sp<AMessage> response = new AMessage;
300 (new AMessage(kWhatRequestActivityNotifications, codec->mHandler))->post();
407 sp<AMessage> nativeFormat
    [all...]
NdkMediaMuxer.cpp 29 #include <media/stagefright/foundation/AMessage.h>
81 sp<AMessage> msg;
  /frameworks/av/media/libstagefright/filters/
GraphicBufferListener.cpp 21 #include <media/stagefright/foundation/AMessage.h>
32 const sp<AMessage> &notify,
74 sp<AMessage> notify = mNotify->dup();
  /hardware/google/av/media/sfplugin/
ReflectedParamUpdater.h 28 #include <media/stagefright/foundation/AMessage.h>
35 * AMessage cannot represent all types of Codec 2.0 parameters and C2Value cannot represent
139 * Get list of param indices from field names and values in AMessage object.
151 * Get list of param indices from field names (only) in AMessage object.
161 * Update C2Param objects from field name and value in AMessage object.
171 * Get fields from C2Param objects in AMessage object.
CCodec.cpp 76 sp<AMessage> msg = new AMessage(kWhatRegister, this);
82 void onMessageReceived(const sp<AMessage> &msg) {
120 (new AMessage(kWhatWatch, this))->post(kWatchIntervalUs);
517 void CCodec::initiateAllocateComponent(const sp<AMessage> &msg) {
534 sp<AMessage> allocMsg(new AMessage(kWhatAllocate, this));
601 void CCodec::initiateConfigureComponent(const sp<AMessage> &format) {
610 sp<AMessage> msg(new AMessage(kWhatConfigure, this))
    [all...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.h 33 struct AMessage;
151 sp<AMessage> *);
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ColorUtils.h 25 #include <media/stagefright/foundation/AMessage.h>
164 const sp<AMessage> &format, int *range, int *standard, int *transfer);
167 static void copyColorConfig(const sp<AMessage> &source, sp<AMessage> &target);
170 static void getColorAspectsFromFormat(const sp<AMessage> &format, ColorAspects &aspects);
175 const ColorAspects &aspects, sp<AMessage> &format, bool force = false);
179 static bool getHDRStaticInfoFromFormat(const sp<AMessage> &format, HDRStaticInfo *info);
182 static void setHDRStaticInfoIntoFormat(const HDRStaticInfo &info, sp<AMessage> &format);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 22 #include <media/stagefright/foundation/AMessage.h>
76 void signalNewSampleAesKey(const sp<AMessage> &keyItem);
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 24 #include <media/stagefright/foundation/AMessage.h>
40 void start(const sp<AMessage> &notify, const sp<MetaData> &params);
62 virtual void onMessageReceived(const sp<AMessage> &msg);
74 sp<AMessage> mNotify;
130 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> &notify, const sp<MetaData> &params) {
135 sp<AMessage> msg = new AMessage(kWhatStart, this);
245 sp<AMessage> notify = mNotify->dup();
253 sp<AMessage> notify = mNotify->dup();
283 sp<AMessage> notify = mNotify->dup()
    [all...]
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 119 CameraDevice::postSessionMsgAndCleanup(sp<AMessage>& msg) {
122 sp<AMessage> cleanupMsg = new AMessage(kWhatCleanUpSessions, mHandler);
278 sp<AMessage> msg = new AMessage(kWhatSessionStateCb, mHandler);
539 sp<AMessage> msg = new AMessage(kWhatSessionStateCb, mHandler);
547 sp<AMessage> msg = new AMessage(kWhatSessionStateCb, mHandler);
682 sp<AMessage> msg = new AMessage(kWhatSessionStateCb, mHandler)
    [all...]
  /frameworks/av/media/extractors/aac/
AACExtractor.h 28 struct AMessage;

Completed in 1573 milliseconds

1 2 3 4 56 7 8 91011>>