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

1 2 3 4 56 7 8

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 55 ATSParser::DiscontinuityType type, const sp<AMessage> &extra);
AnotherPacketSource.cpp 21 #include <media/stagefright/foundation/AMessage.h>
157 const sp<AMessage> &extra) {
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 27 #include <media/stagefright/foundation/AMessage.h>
35 AAVCAssembler::AAVCAssembler(const sp<AMessage> &notify)
347 sp<AMessage> msg = mNotifyMsg->dup();
371 sp<AMessage> msg = mNotifyMsg->dup();
AMPEG4ElementaryAssembler.cpp 29 #include <media/stagefright/foundation/AMessage.h>
110 const sp<AMessage> &notify, const AString &desc, const AString &params)
394 sp<AMessage> msg = mNotifyMsg->dup();
418 sp<AMessage> msg = mNotifyMsg->dup();
ARTPSource.cpp 34 #include <media/stagefright/foundation/AMessage.h>
43 const sp<AMessage> &notify)
98 sp<AMessage> notify = mNotify->dup();
ARTPWriter.cpp 27 #include <media/stagefright/foundation/AMessage.h>
149 (new AMessage(kWhatStart, mReflector->id()))->post();
164 (new AMessage(kWhatStop, mReflector->id()))->post();
190 void ARTPWriter::onMessageReceived(const sp<AMessage> &msg) {
216 (new AMessage(kWhatRead, mReflector->id()))->post();
217 (new AMessage(kWhatSendSR, mReflector->id()))->post();
267 void ARTPWriter::onRead(const sp<AMessage> &msg) {
298 void ARTPWriter::onSendSR(const sp<AMessage> &msg) {
AMPEG4AudioAssembler.cpp 28 #include <media/stagefright/foundation/AMessage.h>
433 const sp<AMessage> &notify, const AString &params)
560 sp<AMessage> msg = mNotifyMsg->dup();
573 sp<AMessage> msg = mNotifyMsg->dup();
  /frameworks/wilhelm/src/android/include/
AacAdtsExtractor.h 35 struct AMessage;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 23 #include <media/stagefright/foundation/AMessage.h>
35 const sp<AMessage> &notify,
53 const sp<AMessage> &notify,
  /frameworks/av/media/libstagefright/
DataSource.cpp 38 #include <media/stagefright/foundation/AMessage.h>
112 String8 *mimeType, float *confidence, sp<AMessage> *meta) {
122 sp<AMessage> newMeta;
MediaMuxer.cpp 25 #include <media/stagefright/foundation/AMessage.h>
66 ssize_t MediaMuxer::addTrack(const sp<AMessage> &format) {
NuMediaExtractor.cpp 29 #include <media/stagefright/foundation/AMessage.h>
79 sp<AMessage> dummy;
214 size_t index, sp<AMessage> *format) const {
231 status_t NuMediaExtractor::getFileFormat(sp<AMessage> *format) const {
244 *format = new AMessage();
Utils.cpp 27 #include <media/stagefright/foundation/AMessage.h>
67 const sp<MetaData> &meta, sp<AMessage> *format) {
73 sp<AMessage> msg = new AMessage;
365 void convertMessageToMetaData(const sp<AMessage> &msg, sp<MetaData> &meta) {
MP3Extractor.cpp 29 #include <media/stagefright/foundation/AMessage.h>
250 const sp<DataSource> &source, const sp<AMessage> &meta)
651 float *confidence, sp<AMessage> *meta) {
659 *meta = new AMessage;
WVMExtractor.cpp 170 sp<AMessage> *) {
  /frameworks/av/media/libstagefright/include/
FragmentedMP4Parser.h 49 sp<AMessage> getFormat(bool audio, bool synchronous = false);
54 virtual void onMessageReceived(const sp<AMessage> &msg);
90 sp<AMessage> mFormat;
SimpleSoftOMXComponent.h 41 void 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_StreamPlayer.h 51 void receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg = NULL);
89 virtual void onMessageReceived(const sp<AMessage> &msg);
  /frameworks/av/cmds/stagefright/
stream.cpp 27 #include <media/stagefright/foundation/AMessage.h>
103 sp<AMessage> extra = new AMessage;
codec.cpp 30 #include <media/stagefright/foundation/AMessage.h>
88 sp<AMessage> format;
276 sp<AMessage> format;
  /bootable/recovery/minadbd/
adb.h 41 typedef struct amessage amessage; typedef in typeref:struct:amessage
49 struct amessage { struct
65 amessage msg;
  /system/core/adb/
adb.h 41 typedef struct amessage amessage; typedef in typeref:struct:amessage
50 struct amessage { struct
66 amessage msg;
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 52 virtual void onMessageReceived(const sp<AMessage> &msg);
204 status_t onReceiveClientData(const sp<AMessage> &msg);
  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 28 #include <media/stagefright/foundation/AMessage.h>
54 sp<AMessage> trackformat;

Completed in 458 milliseconds

1 2 3 4 56 7 8