Home
last modified time | relevance | path

Searched defs:mediaType (Results 1 – 25 of 25) sorted by relevance

/frameworks/av/media/libmediaformatshaper/
DFormatShaper.cpp55 std::string mediaType = codec->getMediaType(); in shapeFormat() local
124 shaperHandle_t findShaper(const char *codecName, const char *mediaType) { in findShaper()
129 shaperHandle_t createShaper(const char *codecName, const char *mediaType) { in createShaper()
137 shaperHandle_t registerShaper(shaperHandle_t shaper, const char *codecName, const char *mediaType) { in registerShaper()
DManageShapingCodecs.cpp40 CodecProperties *findCodec(const char *codecName, const char *mediaType) { in findCodec()
62 const char *mediaType) { in registerCodec()
DVQops.h28 const char *mediaType; member
DVideoShaper.cpp69 std::string mediaType = codec->getMediaType(); in videoShaper() local
DCodecSeeding.cpp42 const char *mediaType; member
DCodecProperties.cpp35 CodecProperties::CodecProperties(std::string name, std::string mediaType) { in CodecProperties()
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp199 AString mediaType = AString::FromParcel(parcel); in FromParcel() local
265 MediaCodecInfoWriter::addMediaType(const char *mediaType) { in addMediaType()
278 bool MediaCodecInfoWriter::removeMediaType(const char *mediaType) { in removeMediaType()
/frameworks/av/media/libmediatranscoding/transcoder/benchmark/
DMediaTrackTranscoderBenchmark.cpp229 static std::shared_ptr<AMediaFormat> GetDefaultTrackFormat(MediaType mediaType, in GetDefaultTrackFormat()
302 MediaType mediaType, in ConfigureSampleReader()
347 bool mockReader, MediaType mediaType, in BenchmarkTranscoder()
397 MediaType mediaType) { in BenchmarkTranscoderWithOperatingRate()
/frameworks/av/media/libmedia/tests/codeclist/
DCodecListTest.cpp40 const char *mediaType; member
129 for (auto mediaType : mediaTypes) { in TEST() local
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp66 const char *mediaType) { in init()
86 const char *mediaType) in Configurable()
122 const char *mediaType) in Impl()
601 std::string mediaType = std::get<0>(params); in TEST_P() local
/frameworks/av/cmds/stagefright/
Daudioloop.cpp66 AString mediaType; in main() local
Dstagefright.cpp676 for (const AString &mediaType : supportedMediaTypes) { in dumpCodecDetails() local
688 const AString &mediaType = allMediaTypes.keyAt(type_ix); in dumpCodecDetails() local
/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp44 C2String mediaType, in BaseParams()
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp98 const Traits& trait, const std::string &mediaType) { in addSupportedProfileLevels()
248 const Traits& trait, const std::string &mediaType, in addSupportedColorFormats()
668 const std::string &mediaType = typeIt->first; in buildMediaCodecList() local
DCCodecConfig.cpp195 AString mediaType; in QueryMediaTypeImpl() local
1051 AString mediaType = QueryMediaType(true /* input */, configurable); in initialize() local
DCCodecBuffers.cpp181 AString mediaType; in updateSkipCutBuffer() local
DCCodec.cpp526 const uint8_t *data, size_t size, const std::string &mediaType, in AmendOutputFormatWithCodecSpecificData()
/frameworks/av/media/codec2/core/include/
DC2Component.h411 C2String mediaType; ///< media type supported by the component member
/frameworks/av/media/libstagefright/
DOmxInfoBuilder.cpp60 const IOmxStore::NodeInfo& node, const char* mediaType, bool isEncoder, in queryCapabilities()
DMediaCodec.cpp2121 sp<MediaCodecInfo> codecInfo, AString mediaType) { in loadCodecProperties()
2194 status_t MediaCodec::setupFormatShaper(AString mediaType) { in setupFormatShaper()
2258 AString mediaType; in shapeMediaFormat() local
2348 AString mediaType; in mapFormat() local
/frameworks/av/media/libstagefright/tests/metadatautils/
DMetaDataUtilsTest.cpp256 uint32_t mediaType; in TEST_P() local
342 uint32_t mediaType; in TEST_P() local
/frameworks/av/media/libstagefright/mpeg2ts/test/
DMpeg2tsUnitTest.cpp118 static const ATSParser::SourceType mediaType[] = {ATSParser::VIDEO, ATSParser::AUDIO, in TEST_P() local
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp734 C2Mapper::GetProfileLevelMapper(std::string mediaType) { in GetProfileLevelMapper()
762 C2Mapper::GetHdrProfileLevelMapper(std::string mediaType, bool isHdr10Plus) { in GetHdrProfileLevelMapper()
776 C2Mapper::GetBitDepthProfileLevelMapper(std::string mediaType, int32_t bitDepth) { in GetBitDepthProfileLevelMapper()
/frameworks/av/media/libstagefright/tests/mediacodec/
DMediaCodecTest.cpp160 const AString &mediaType, in SetupMediaCodec()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp295 for (const AString &mediaType : supportedMediaTypes) { in dumpCodecDetails() local
307 const AString &mediaType = allMediaTypes.keyAt(type_ix); in dumpCodecDetails() local