HomeSort by relevance Sort by last modified time
    Searched full:amessage (Results 176 - 200 of 254) sorted by null

1 2 3 4 5 6 78 91011

  /frameworks/av/media/libstagefright/
MediaCodecListOverrides.cpp 30 #include <media/stagefright/foundation/AMessage.h>
92 static sp<AMessage> getMeasureFormat(
94 sp<AMessage> format = new AMessage();
132 sp<AMessage> format = getMeasureFormat(isEncoder, mime, caps);
SimpleDecodingSource.cpp 23 #include <media/stagefright/foundation/AMessage.h>
46 sp<AMessage> format = new AMessage;
97 bool usingSurface, bool isVorbis, const sp<AMessage> &format)
169 SimpleDecodingSource::ProtectedState::ProtectedState(const sp<AMessage> &format)
Utils.cpp 39 #include <media/stagefright/foundation/AMessage.h>
102 const sp<MetaData> &meta, sp<AMessage> &msg, uint32_t key, const char *name) {
110 static void convertMetaDataToMessageColorAspects(const sp<MetaData> &meta, sp<AMessage> &msg) {
145 static bool isHdr(const sp<AMessage> &format) {
167 static void parseAacProfileFromCsd(const sp<ABuffer> &csd, sp<AMessage> &format) {
198 static void parseAvcProfileLevelFromAvcc(const uint8_t *ptr, size_t size, sp<AMessage> &format) {
251 static void parseH263ProfileLevelFromD263(const uint8_t *ptr, size_t size, sp<AMessage> &format) {
293 static void parseHevcProfileLevelFromHvcc(const uint8_t *ptr, size_t size, sp<AMessage> &format) {
361 const uint8_t *data, size_t size, sp<AMessage> &format) {
413 static void parseMpeg2ProfileLevelFromEsds(ESDS &esds, sp<AMessage> &format)
    [all...]
MediaMuxer.cpp 28 #include <media/stagefright/foundation/AMessage.h>
65 ssize_t MediaMuxer::addTrack(const sp<AMessage> &format) {
MP3Extractor.cpp 29 #include <media/stagefright/foundation/AMessage.h>
250 const sp<DataSource> &source, const sp<AMessage> &meta)
671 float *confidence, sp<AMessage> *meta) {
679 *meta = new AMessage;
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 81 (new AMessage(kWhatDecode, this))->post();
381 void AudioSfDecoder::onSeek(const sp<AMessage> &msg) {
397 void AudioSfDecoder::onLoop(const sp<AMessage> &msg) {
415 void AudioSfDecoder::onCheckCache(const sp<AMessage> &msg) {
435 (new AMessage(kWhatDecode, this))->post();
463 (new AMessage(kWhatCheckCache, this))->post(100000);
559 (new AMessage(kWhatDecode, this))->post();
568 sp<AMessage> msg = new AMessage(kWhatRender, this);
574 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/
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 28 #include <media/stagefright/foundation/AMessage.h>
104 sp<AMessage> extra = new AMessage;
codec.cpp 33 #include <media/stagefright/foundation/AMessage.h>
93 sp<AMessage> format;
300 sp<AMessage> format;
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 34 #include <media/stagefright/foundation/AMessage.h>
43 const sp<AMessage> &notify)
98 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 27 #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/include/media/vndk/xmlparser/1.0/
MediaCodecsXmlParser.h 34 struct AMessage;
  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 46 void onMessageReceived(const sp<AMessage> &msg);
  /frameworks/av/camera/ndk/impl/
ACameraManager.h 31 #include <media/stagefright/foundation/AMessage.h>
132 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/wifi-display/source/
WifiDisplaySource.h 56 virtual void onMessageReceived(const sp<AMessage> &msg);
212 status_t onReceiveClientData(const sp<AMessage> &msg);
  /system/core/adb/
adb.h 61 struct amessage { struct
77 amessage msg;
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 44 #include <media/stagefright/foundation/AMessage.h>
250 mOnFrameRenderedNotification = new AMessage(kWhatFrameRendered, this);
262 mCallbackNotification = new AMessage(kWhatCallbackNotify, this);
272 const sp<AMessage> &format,
395 sp<AMessage> msg;
406 sp<AMessage> msg;
633 status_t JMediaCodec::setParameters(const sp<AMessage> &msg) {
683 void JMediaCodec::handleCallback(const sp<AMessage> &msg) {
751 sp<AMessage> format;
777 void JMediaCodec::handleFrameRenderedNotification(const sp<AMessage> &msg)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.cpp 28 #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();
497 sp<AMessage> msg = mNotify->dup();
545 sp<AMessage> msg = mNotify->dup();
  /frameworks/av/media/libstagefright/foundation/
ColorUtils.cpp 524 const sp<AMessage> &format, int32_t *range, int32_t *standard, int32_t *transfer) {
537 void ColorUtils::copyColorConfig(const sp<AMessage> &source, sp<AMessage> &target) {
552 void ColorUtils::getColorAspectsFromFormat(const sp<AMessage> &format, ColorAspects &aspects) {
578 const ColorAspects &aspects, sp<AMessage> &format, bool force) {
605 const HDRStaticInfo &info, sp<AMessage> &format) {
662 bool ColorUtils::getHDRStaticInfoFromFormat(const sp<AMessage> &format, HDRStaticInfo *info) {
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 24 #include <media/stagefright/foundation/AMessage.h>
65 void SoftwareRenderer::resetFormatIfChanged(const sp<AMessage> &format) {
209 void* /*platformPrivate*/, const sp<AMessage>& format) {
  /frameworks/av/media/ndk/
NdkMediaExtractor.cpp 31 #include <media/stagefright/foundation/AMessage.h>
130 sp<AMessage> format;
231 sp<AMessage> format;

Completed in 542 milliseconds

1 2 3 4 5 6 78 91011