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

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/mpeg2ts/
HlsSampleDecryptor.h 21 #include <media/stagefright/foundation/AMessage.h>
36 explicit HlsSampleDecryptor(const sp<AMessage> &sampleAesKeyItem);
38 void signalNewSampleAesKey(const sp<AMessage> &sampleAesKeyItem);
  /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 explicit AAVCAssembler(const sp<AMessage> &notify);
42 sp<AMessage> mNotifyMsg;
AH263Assembler.h 29 struct AMessage;
32 explicit AH263Assembler(const sp<AMessage> &notify);
42 sp<AMessage> mNotifyMsg;
AMPEG2TSAssembler.h 25 struct AMessage;
30 const sp<AMessage> &notify,
41 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);
67 sp<AMessage> mNotify;
ARawAudioAssembler.h 25 struct AMessage;
31 const sp<AMessage> &notify,
49 sp<AMessage> mNotifyMsg;
MyHandler.h 41 #include <media/stagefright/foundation/AMessage.h>
118 const sp<AMessage> &notify,
179 sp<AMessage> notify = new AMessage('biny', this);
182 sp<AMessage> reply = new AMessage('conn', this);
190 sp<AMessage> notify = new AMessage('biny', this);
193 sp<AMessage> reply = new AMessage('sdpl', this)
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
HTTPLiveSource2.cpp 29 #include <media/stagefright/foundation/AMessage.h>
42 const sp<AMessage> &notify,
112 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this);
141 sp<AMessage> NuPlayer2::HTTPLiveSource2::getFormat(bool audio) {
151 sp<AMessage> format;
153 format = new AMessage();
184 sp<AMessage> NuPlayer2::HTTPLiveSource2::getTrackInfo(size_t trackIndex) const {
230 sp<AMessage> msg = new AMessage(what, this)
    [all...]
RTSPSource2.h 35 const sp<AMessage> &notify,
59 void onMessageReceived(const sp<AMessage> &msg);
133 void onSDPLoaded(const sp<AMessage> &msg);
134 void onDisconnected(const sp<AMessage> &msg);
157 void onSignalEOS(const sp<AMessage> &msg);
GenericSource2.h 49 GenericSource2(const sp<AMessage> &notify, uid_t uid,
82 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
105 virtual void onMessageReceived(const sp<AMessage> &msg);
107 virtual sp<AMessage> getFormat(bool audio);
194 void onSeek(const sp<AMessage>& msg);
201 int32_t curGen, const sp<AnotherPacketSource>& packets, const sp<AMessage>& msg);
205 int32_t curGen, sp<AMessage> msg);
209 int32_t curGen, const sp<AnotherPacketSource>& packets, const sp<AMessage>& msg);
216 void onReadBuffer(const sp<AMessage>& msg);
237 sp<AMessage> getFormat_l(bool audio)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.cpp 29 #include <media/stagefright/foundation/AMessage.h>
42 const sp<AMessage> &notify,
111 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this);
140 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) {
150 sp<AMessage> format;
152 format = new AMessage();
183 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const {
229 sp<AMessage> msg = new AMessage(what, this)
    [all...]
RTSPSource.h 35 const sp<AMessage> &notify,
60 void onMessageReceived(const sp<AMessage> &msg);
135 void onSDPLoaded(const sp<AMessage> &msg);
136 void onDisconnected(const sp<AMessage> &msg);
159 void onSignalEOS(const sp<AMessage> &msg);
  /frameworks/av/media/ndk/
NdkMediaFormat.cpp 27 #include <media/stagefright/foundation/AMessage.h>
36 sp<AMessage> mFormat;
43 // private functions for conversion to/from AMessage
47 mData->mFormat = *((sp<AMessage>*)data);
50 mData->mFormat = new AMessage;
56 *((sp<AMessage>*)dest) = mData->mFormat;
66 sp<AMessage> msg = new AMessage();
80 sp<AMessage> f = mData->mFormat;
87 AMessage::Type t
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecSource.h 29 struct AMessage;
43 const sp<AMessage> &format,
69 void onMessageReceived(const sp<AMessage> &msg);
93 const sp<AMessage> &outputFormat,
118 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);
123 sp<AMessage> mOutputFormat;
136 sp<AMessage> mEncoderActivityNotify;
  /prebuilts/abi-dumps/vndk/28/64/x86/source-based/
libstagefright_foundation.so.lsdump.gz 
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 139 sp<AMessage> msg = new AMessage(kWhatPrepare, this);
147 sp<AMessage> msg = new AMessage(kWhatPlay, this);
154 sp<AMessage> msg = new AMessage(kWhatPause, this);
161 (new AMessage(kWhatPause, this))->post();
174 sp<AMessage> msg = new AMessage(kWhatSeek, this);
182 sp<AMessage> msg = new AMessage(kWhatLoop, this)
    [all...]
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libstagefright_foundation.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/32/x86/source-based/
libstagefright_foundation.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
libstagefright_foundation.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libstagefright_foundation.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/
libstagefright_foundation.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/
libstagefright_foundation.so.lsdump.gz 

Completed in 742 milliseconds

1 23 4 5 6 7 8 91011>>