Searched refs:AMessage (Results 126 - 150 of 190) sorted by relevance

12345678

/frameworks/av/media/libstagefright/
H A DMediaExtractor.cpp35 #include <media/stagefright/foundation/AMessage.h>
55 sp<AMessage> meta;
H A DMPEG2TSWriter.cpp23 #include <media/stagefright/foundation/AMessage.h>
40 void start(const sp<AMessage> &notify);
62 virtual void onMessageReceived(const sp<AMessage> &msg);
74 sp<AMessage> mNotify;
132 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> &notify) {
138 (new AMessage(kWhatStart, id()))->post();
246 sp<AMessage> notify = mNotify->dup();
254 sp<AMessage> notify = mNotify->dup();
353 sp<AMessage> notify = mNotify->dup();
364 (new AMessage(kWhatRea
[all...]
H A DNuCachedSource2.cpp28 #include <media/stagefright/foundation/AMessage.h>
229 (new AMessage(kWhatFetchMore, mReflector->id()))->post();
291 void NuCachedSource2::onMessageReceived(const sp<AMessage> &msg) {
436 (new AMessage(kWhatFetchMore, mReflector->id()))->post(delayUs);
439 void NuCachedSource2::onRead(const sp<AMessage> &msg) {
466 mAsyncResult = new AMessage;
525 sp<AMessage> msg = new AMessage(kWhatRead, mReflector->id());
H A DDataSource.cpp39 #include <media/stagefright/foundation/AMessage.h>
116 String8 *mimeType, float *confidence, sp<AMessage> *meta) {
132 sp<AMessage> newMeta;
/frameworks/av/media/libstagefright/include/
H A DAVIExtractor.h118 struct AMessage;
122 sp<AMessage> *);
H A DMPEG4Extractor.h32 struct AMessage;
141 sp<AMessage> *);
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp35 #include <media/stagefright/foundation/AMessage.h>
87 const sp<AMessage> &notify);
91 sp<AMessage> getNotificationMessage() const;
126 sp<AMessage> mNotify;
164 const sp<AMessage> &notify)
205 sp<AMessage> msg = mNotify->dup();
245 sp<AMessage> ANetworkSession::Session::getNotificationMessage() const {
297 sp<AMessage> notify = mNotify->dup();
376 sp<AMessage> notify = mNotify->dup();
399 sp<AMessage> notif
[all...]
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp22 #include <media/stagefright/foundation/AMessage.h>
155 Command cmd, bool synchronous, const sp<AMessage> &msg) {
194 sp<AMessage> msg;
197 msg = AMessage::FromParcel(data);
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp27 #include <media/stagefright/foundation/AMessage.h>
62 const sp<AMessage> &notify, bool isWide, const AString &params)
212 sp<AMessage> msg = mNotifyMsg->dup();
228 sp<AMessage> msg = mNotifyMsg->dup();
H A DARTPSession.cpp25 #include <media/stagefright/foundation/AMessage.h>
85 sp<AMessage> notify = new AMessage(kWhatAccessUnitComplete, id());
126 void ARTPSession::onMessageReceived(const sp<AMessage> &msg) {
H A DAAVCAssembler.cpp27 #include <media/stagefright/foundation/AMessage.h>
35 AAVCAssembler::AAVCAssembler(const sp<AMessage> &notify)
354 sp<AMessage> msg = mNotifyMsg->dup();
378 sp<AMessage> msg = mNotifyMsg->dup();
H A DAMPEG4ElementaryAssembler.cpp29 #include <media/stagefright/foundation/AMessage.h>
110 const sp<AMessage> &notify, const AString &desc, const AString &params)
403 sp<AMessage> msg = mNotifyMsg->dup();
428 sp<AMessage> msg = mNotifyMsg->dup();
H A DARTPSource.cpp34 #include <media/stagefright/foundation/AMessage.h>
43 const sp<AMessage> &notify)
98 sp<AMessage> notify = mNotify->dup();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h25 void onMessageReceived(const sp<AMessage> &msg);
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp22 #include <media/stagefright/foundation/AMessage.h>
174 sp<AMessage> defaultFormat = new AMessage();
190 sp<AMessage> details = capabilities->getDetails();
/frameworks/wilhelm/src/android/
H A Dandroid_AudioToCbRenderer.cpp80 (new AMessage(kWhatDecode, id()))->post();
H A Dandroid_GenericMediaPlayer.cpp392 void GenericMediaPlayer::onSeek(const sp<AMessage> &msg) {
416 (new AMessage(kWhatSeekComplete, id()))->post(250000);
427 void GenericMediaPlayer::onLoop(const sp<AMessage> &msg) {
455 void GenericMediaPlayer::onAttachAuxEffect(const sp<AMessage> &msg) {
469 void GenericMediaPlayer::onSetAuxEffectSendLevel(const sp<AMessage> &msg) {
483 void GenericMediaPlayer::onBufferingUpdate(const sp<AMessage> &msg) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp27 #include <media/stagefright/foundation/AMessage.h>
115 NuPlayer::CCDecoder::CCDecoder(const sp<AMessage> &notify)
128 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const {
133 sp<AMessage> format = new AMessage();
316 sp<AMessage> msg = mNotify->dup();
346 sp<AMessage> msg = mNotify->dup();
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp27 #include <media/stagefright/foundation/AMessage.h>
156 sp<AMessage> msg =
157 new AMessage(kWhatRepeatLastFrame, mReflector->id());
516 sp<AMessage> msg = new AMessage(kWhatRepeatLastFrame, mReflector->id());
549 sp<AMessage> msg = new AMessage(kWhatRepeatLastFrame, mReflector->id());
864 void GraphicBufferSource::onMessageReceived(const sp<AMessage> &msg) {
H A DSimpleSoftOMXComponent.cpp25 #include <media/stagefright/foundation/AMessage.h>
61 sp<AMessage> msg = new AMessage(kWhatSendCommand, mHandler->id());
310 sp<AMessage> msg = new AMessage(kWhatEmptyThisBuffer, mHandler->id());
319 sp<AMessage> msg = new AMessage(kWhatFillThisBuffer, mHandler->id());
334 void SimpleSoftOMXComponent::onMessageReceived(const sp<AMessage> &msg) {
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h44 virtual void onMessageReceived(const sp<AMessage> &msg);
/frameworks/av/include/media/stagefright/
H A DMPEG2TSWriter.h45 void onMessageReceived(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp24 #include <media/stagefright/foundation/AMessage.h>
251 const sp<AMessage> &extra,
415 sp<AMessage> AnotherPacketSource::getLatestEnqueuedMeta() {
420 sp<AMessage> AnotherPacketSource::getLatestDequeuedMeta() {
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h35 struct AMessage;
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp24 #include <media/stagefright/foundation/AMessage.h>
61 void SoftwareRenderer::resetFormatIfChanged(const sp<AMessage> &format) {
185 void* /*platformPrivate*/, const sp<AMessage>& format) {

Completed in 373 milliseconds

12345678