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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/cmds/stagefright/
codec.cpp 33 #include <media/stagefright/foundation/AMessage.h>
93 sp<AMessage> format;
300 sp<AMessage> format;
muxer.cpp 30 #include <media/stagefright/foundation/AMessage.h>
101 sp<AMessage> format;
  /prebuilts/abi-dumps/vndk/28/64/x86/source-based/
libstagefright_soft_avcdec.so.lsdump.gz 
libstagefright_soft_hevcdec.so.lsdump.gz 
libstagefright_bufferqueue_helper.so.lsdump.gz 
libmedia_omx.so.lsdump.gz 
  /frameworks/av/media/extractors/mpeg2/
MPEG2TSExtractor.h 34 struct AMessage;
MPEG2TSExtractor.cpp 545 sp<AMessage> meta = impl->getMetaAfterLastDequeued(0);
567 sp<AMessage> extra(new AMessage);
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Driver.h 69 virtual void onMessageReceived(const sp<AMessage> &msg) override;
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 28 #include <media/stagefright/foundation/AMessage.h>
437 const sp<AMessage> &notify, const AString &params)
564 sp<AMessage> msg = mNotifyMsg->dup();
577 sp<AMessage> msg = mNotifyMsg->dup();
ARTPAssembler.cpp 22 #include <media/stagefright/foundation/AMessage.h>
  /frameworks/wilhelm/src/android/
android_AudioToCbRenderer.cpp 81 (new AMessage(kWhatDecode, this))->post();
android_GenericMediaPlayer.cpp 395 void GenericMediaPlayer::onSeek(const sp<AMessage> &msg) {
419 (new AMessage(kWhatSeekComplete, this))->post(250000);
430 void GenericMediaPlayer::onLoop(const sp<AMessage> &msg) {
458 void GenericMediaPlayer::onAttachAuxEffect(const sp<AMessage> &msg) {
472 void GenericMediaPlayer::onSetAuxEffectSendLevel(const sp<AMessage> &msg) {
486 void GenericMediaPlayer::onBufferingUpdate(const sp<AMessage> &msg) {
  /test/vts-testcase/vndk/golden/28/binder32/arm/lib/vndk-28/
libstagefright_foundation.so_vtable.dump 54 vtable for android::AMessage
  /test/vts-testcase/vndk/golden/28/binder32/x86/lib/vndk-28/
libstagefright_foundation.so_vtable.dump 53 vtable for android::AMessage
  /test/vts-testcase/vndk/golden/28/binder64/arm/lib/vndk-28/
libstagefright_foundation.so_vtable.dump 54 vtable for android::AMessage
  /test/vts-testcase/vndk/golden/28/binder64/arm64/lib/vndk-28/
libstagefright_foundation.so_vtable.dump 54 vtable for android::AMessage
  /test/vts-testcase/vndk/golden/28/binder64/x86/lib/vndk-28/
libstagefright_foundation.so_vtable.dump 53 vtable for android::AMessage
  /test/vts-testcase/vndk/golden/28/binder64/x86_64/lib/vndk-28/
libstagefright_foundation.so_vtable.dump 53 vtable for android::AMessage
  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 31 #include <media/stagefright/foundation/AMessage.h>
56 sp<AMessage> trackformat;
  /frameworks/av/media/libstagefright/foundation/
ColorUtils.cpp 608 const sp<AMessage> &format, int32_t *range, int32_t *standard, int32_t *transfer) {
621 void ColorUtils::copyColorConfig(const sp<AMessage> &source, sp<AMessage> &target) {
636 void ColorUtils::getColorAspectsFromFormat(const sp<AMessage> &format, ColorAspects &aspects) {
662 const ColorAspects &aspects, sp<AMessage> &format, bool force) {
689 const HDRStaticInfo &info, sp<AMessage> &format) {
746 bool ColorUtils::getHDRStaticInfoFromFormat(const sp<AMessage> &format, HDRStaticInfo *info) {
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 34 #include <media/stagefright/foundation/AMessage.h>
80 DiscontinuityType type, const sp<AMessage> &extra);
117 void signalNewSampleAesKey(const sp<AMessage> &keyItem);
133 sp<AMessage> mSampleAesKeyItem;
172 DiscontinuityType type, const sp<AMessage> &extra);
183 void signalNewSampleAesKey(const sp<AMessage> &keyItem);
212 sp<AMessage> mSampleAesKeyItem;
345 DiscontinuityType type, const sp<AMessage> &extra) {
1006 DiscontinuityType type, const sp<AMessage> &extra) {
    [all...]
HlsSampleDecryptor.cpp 33 HlsSampleDecryptor::HlsSampleDecryptor(const sp<AMessage> &sampleAesKeyItem)
39 void HlsSampleDecryptor::signalNewSampleAesKey(const sp<AMessage> &sampleAesKeyItem) {
  /frameworks/av/media/ndk/
NdkImageReader.cpp 112 sp<AMessage> msg = new AMessage(AImageReader::kWhatImageAvailable, reader->mHandler);
148 sp<AMessage> msg = new AMessage(AImageReader::kWhatBufferRemoved, reader->mHandler);
192 const sp<AMessage> &msg) {
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 23 #include <media/stagefright/foundation/AMessage.h>
64 const sp<AMessage> &format, size_t numOutputBuffers) {
246 size_t numOutputBuffers, const sp<AMessage>& format) {

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>