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

1 2 3 4 5 6 7 891011>>

  /frameworks/av/cmds/stagefright/
mediafilter.cpp 32 #include <media/stagefright/foundation/AMessage.h>
84 status_t handleSetParameters(const sp<AMessage> &msg __unused) {
104 status_t handleSetParameters(const sp<AMessage> &msg __unused) {
124 status_t handleSetParameters(const sp<AMessage> &msg __unused) {
191 sp<AMessage> srcFormat, destFormat;
332 sp<AMessage> format;
372 sp<AMessage> vidFormat;
393 sp<AMessage> params = new AMessage();
620 sp<AMessage> format
    [all...]
recordvideo.cpp 27 #include <media/stagefright/foundation/AMessage.h>
275 sp<AMessage> enc_meta = new AMessage;
stream.cpp 31 #include <media/stagefright/foundation/AMessage.h>
107 sp<AMessage> extra = new AMessage;
  /frameworks/av/media/libstagefright/
Utils.cpp 38 #include <media/stagefright/foundation/AMessage.h>
69 const sp<MetaData> &meta, sp<AMessage> &msg, uint32_t key, const char *name) {
77 static void convertMetaDataToMessageColorAspects(const sp<MetaData> &meta, sp<AMessage> &msg) {
112 static bool isHdr(const sp<AMessage> &format) {
134 static void parseAacProfileFromCsd(const sp<ABuffer> &csd, sp<AMessage> &format) {
166 static void parseAvcProfileLevelFromAvcc(const uint8_t *ptr, size_t size, sp<AMessage> &format) {
224 static void parseH263ProfileLevelFromD263(const uint8_t *ptr, size_t size, sp<AMessage> &format) {
266 static void parseHevcProfileLevelFromHvcc(const uint8_t *ptr, size_t size, sp<AMessage> &format) {
337 const uint8_t *data, size_t size, sp<AMessage> &format) {
389 static void parseMpeg2ProfileLevelFromEsds(ESDS &esds, sp<AMessage> &format)
    [all...]
FrameDecoder.cpp 30 #include <media/stagefright/foundation/AMessage.h>
204 sp<AMessage> videoFormat = onGetFormatAndSeekOptions(
411 sp<AMessage> VideoFrameDecoder::onGetFormatAndSeekOptions(
441 sp<AMessage> videoFormat;
485 const sp<AMessage> &outputFormat,
562 sp<AMessage> ImageDecoder::onGetFormatAndSeekOptions(
618 sp<AMessage> videoFormat;
676 const sp<AMessage> &outputFormat, int64_t /*timeUs*/, bool *done) {
MediaMuxer.cpp 30 #include <media/stagefright/foundation/AMessage.h>
76 ssize_t MediaMuxer::addTrack(const sp<AMessage> &format) {
  /frameworks/av/camera/ndk/impl/
ACameraDevice.h 34 #include <media/stagefright/foundation/AMessage.h>
148 void postSessionMsgAndCleanup(sp<AMessage>& msg);
216 void onMessageReceived(const sp<AMessage> &msg) override;
ACameraManager.h 32 #include <media/stagefright/foundation/AMessage.h>
133 void onMessageReceived(const sp<AMessage> &msg) override;
ACameraManager.cpp 206 sp<AMessage> msg = new AMessage(kWhatSendSingleCallback, mHandler);
266 const sp<AMessage> &msg) {
335 sp<AMessage> msg = new AMessage(kWhatSendSingleCallback, mHandler);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MPEG4Writer.h 31 struct AMessage;
128 sp<AMessage> mMetaKeys;
306 void onMessageReceived(const sp<AMessage> &msg);
MediaCodecListWriter.h 54 void writeGlobalSettings(const sp<AMessage> &globalSettings) const;
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 34 #include <media/stagefright/foundation/AMessage.h>
43 const sp<AMessage> &notify)
101 sp<AMessage> notify = mNotify->dup();
AAVCAssembler.cpp 27 #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();
ARTPWriter.cpp 28 #include <media/stagefright/foundation/AMessage.h>
149 (new AMessage(kWhatStart, mReflector))->post();
164 (new AMessage(kWhatStop, mReflector))->post();
190 void ARTPWriter::onMessageReceived(const sp<AMessage> &msg) {
216 (new AMessage(kWhatRead, mReflector))->post();
217 (new AMessage(kWhatSendSR, mReflector))->post();
267 void ARTPWriter::onRead(const sp<AMessage> &msg) {
298 void ARTPWriter::onSendSR(const sp<AMessage> &msg) {
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
SimpleSoftOMXComponent.h 46 void onMessageReceived(const sp<AMessage> &msg);
  /frameworks/wilhelm/src/android/
android_StreamPlayer.h 51 void receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg = NULL);
89 virtual void onMessageReceived(const sp<AMessage> &msg);
  /system/core/adb/
adb.h 66 struct amessage { struct
76 amessage msg;
transport_usb.cpp 38 static int UsbReadMessage(usb_handle* h, amessage* msg) {
124 if (usb_read(usb, &p->msg, sizeof(amessage))) {
  /prebuilts/abi-dumps/vndk/28/64/x86/source-based/
libstagefright_omx.so.lsdump.gz 
libstagefright_soft_mpeg2dec.so.lsdump.gz 
libstagefright_soft_vpxdec.so.lsdump.gz 
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2CCDecoder.cpp 28 #include <media/stagefright/foundation/AMessage.h>
121 NuPlayer2::CCDecoder::CCDecoder(const sp<AMessage> &notify)
138 sp<AMessage> NuPlayer2::CCDecoder::getTrackInfo(size_t index) const {
143 sp<AMessage> format = new AMessage();
498 sp<AMessage> msg = mNotify->dup();
546 sp<AMessage> msg = mNotify->dup();
NuPlayer2Driver.cpp 485 Vector<sp<AMessage>> trackStats;
490 const sp<AMessage> &stats = trackStats.itemAt(i);
802 Vector<sp<AMessage> > trackStats;
827 const sp<AMessage> &stats = trackStats.itemAt(i);
876 void NuPlayer2Driver::onMessageReceived(const sp<AMessage> &msg) {
967 sp<AMessage> notify = new AMessage(kWhatNotifyListener, this);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.cpp 27 #include <media/stagefright/foundation/AMessage.h>
120 NuPlayer::CCDecoder::CCDecoder(const sp<AMessage> &notify)
137 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const {
142 sp<AMessage> format = new AMessage();
499 sp<AMessage> msg = mNotify->dup();
547 sp<AMessage> msg = mNotify->dup();
  /hardware/google/av/media/sfplugin/tests/
MediaCodec_sanity_test.cpp 31 #include <media/stagefright/foundation/AMessage.h>
39 cfg(new AMessage),
40 ifmt(new AMessage),
41 ofmt(new AMessage) {
55 sp<AMessage> cfg;
56 sp<AMessage> ifmt;
57 sp<AMessage> ofmt;

Completed in 892 milliseconds

1 2 3 4 5 6 7 891011>>