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

1 2 3 45 6 7

  /frameworks/av/media/libstagefright/rtsp/
AH263Assembler.cpp 26 #include <media/stagefright/foundation/AMessage.h>
32 AH263Assembler::AH263Assembler(const sp<AMessage> &notify)
196 sp<AMessage> msg = mNotifyMsg->dup();
209 sp<AMessage> msg = mNotifyMsg->dup();
ARTPSession.h 39 virtual void onMessageReceived(const sp<AMessage> &msg);
UDPPusher.cpp 25 #include <media/stagefright/foundation/AMessage.h>
68 (new AMessage(kWhatPush, id()))->post();
106 (new AMessage(kWhatPush, id()))->post(whenUs - nowUs);
111 void UDPPusher::onMessageReceived(const sp<AMessage> &msg) {
AAMRAssembler.cpp 27 #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();
ARTPSession.cpp 25 #include <media/stagefright/foundation/AMessage.h>
85 sp<AMessage> notify = new AMessage(kWhatAccessUnitComplete, id());
126 void ARTPSession::onMessageReceived(const sp<AMessage> &msg) {
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 25 void onMessageReceived(const sp<AMessage> &msg);
RepeaterSource.cpp 9 #include <media/stagefright/foundation/AMessage.h>
175 (new AMessage(kWhatRead, mReflector->id()))->post();
178 void RepeaterSource::onMessageReceived(const sp<AMessage> &msg) {
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 77 (new AMessage(kWhatDecode, id()))->post();
382 void AudioSfDecoder::onSeek(const sp<AMessage> &msg) {
398 void AudioSfDecoder::onLoop(const sp<AMessage> &msg) {
416 void AudioSfDecoder::onCheckCache(const sp<AMessage> &msg) {
436 (new AMessage(kWhatDecode, id()))->post();
464 (new AMessage(kWhatCheckCache, id()))->post(100000);
560 (new AMessage(kWhatDecode, id()))->post();
569 sp<AMessage> msg = new AMessage(kWhatRender, id());
575 void AudioSfDecoder::onMessageReceived(const sp<AMessage> &msg)
    [all...]
android_AudioToCbRenderer.cpp 80 (new AMessage(kWhatDecode, id()))->post();
  /frameworks/av/media/libstagefright/foundation/
AHierarchicalStateMachine.cpp 24 #include <media/stagefright/foundation/AMessage.h>
54 void AHierarchicalStateMachine::onMessageReceived(const sp<AMessage> &msg) {
ANetworkSession.cpp 35 #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> notify = mNotify->dup()
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 24 #include <media/stagefright/foundation/AMessage.h>
69 DiscontinuityType type, const sp<AMessage> &extra);
AnotherPacketSource.h 57 ATSParser::DiscontinuityType type, const sp<AMessage> &extra);
  /frameworks/av/cmds/stagefright/
sf2.cpp 27 #include <media/stagefright/foundation/AMessage.h>
58 (new AMessage(kWhatStart, id()))->post();
65 virtual void onMessageReceived(const sp<AMessage> &msg) {
108 new AMessage(kWhatCodecNotify, id()));
110 sp<AMessage> format = makeFormat(mSource->getFormat());
127 // (new AMessage(kWhatSeek, id()))->post(5000000ll);
198 (new AMessage(kWhatStop, id()))->post();
203 (new AMessage(kWhatSeek, id()))->post(5000000ll);
218 (new AMessage(kWhatStop, id()))->post();
265 sp<AMessage> makeFormat(const sp<MetaData> &meta)
    [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 29 #include <media/stagefright/foundation/AMessage.h>
238 sp<AMessage> msg = new AMessage(kWhatStart, id());
245 sp<AMessage> msg = new AMessage(kWhatStart, id());
252 sp<AMessage> msg = new AMessage(kWhatStart, id());
258 sp<AMessage> FragmentedMP4Parser::getFormat(bool audio, bool synchronous) {
262 sp<AMessage> msg = new AMessage(kWhatGetFormat, id())
    [all...]
  /frameworks/av/media/libstagefright/
DataSource.cpp 38 #include <media/stagefright/foundation/AMessage.h>
113 String8 *mimeType, float *confidence, sp<AMessage> *meta) {
129 sp<AMessage> newMeta;
AACExtractor.cpp 25 #include <media/stagefright/foundation/AMessage.h>
136 const sp<DataSource> &source, const sp<AMessage> &_meta)
140 sp<AMessage> meta = _meta;
145 sp<AMessage> _meta;
336 sp<AMessage> *meta) {
377 *meta = new AMessage;
MediaExtractor.cpp 35 #include <media/stagefright/foundation/AMessage.h>
55 sp<AMessage> meta;
MPEG2TSWriter.cpp 23 #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(kWhatRead, id()))->post()
    [all...]
  /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, id());
100 sp<AMessage> rtcpNotify;
102 rtcpNotify = new AMessage(kWhatRTCPNotify, id());
507 void RTPSender::onMessageReceived(const sp<AMessage> &msg) {
519 void RTPSender::onNetNotify(bool isRTP, const sp<AMessage> &msg) {
773 sp<AMessage> notify = mNotify->dup();
784 sp<AMessage> notify = mNotify->dup()
    [all...]
  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 118 struct AMessage;
122 sp<AMessage> *);
MPEG4Extractor.h 32 struct AMessage;
130 sp<AMessage> *);
  /frameworks/av/include/media/stagefright/
MPEG2TSWriter.h 45 void onMessageReceived(const sp<AMessage> &msg);
  /frameworks/av/media/libmedia/
IStreamSource.cpp 22 #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/httplive/
M3UParser.cpp 25 #include <media/stagefright/foundation/AMessage.h>
267 sp<AMessage> M3UParser::meta() {
275 bool M3UParser::itemAt(size_t index, AString *uri, sp<AMessage> *meta) {
349 sp<AMessage> meta = mItems.itemAt(index).mMeta;
445 sp<AMessage> itemMeta;
506 itemMeta = new AMessage;
525 itemMeta = new AMessage;
570 const AString &line, sp<AMessage> *meta, const char *key) {
585 *meta = new AMessage;
594 const AString &line, sp<AMessage> *meta, const char *key)
    [all...]

Completed in 545 milliseconds

1 2 3 45 6 7