Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp77 const char* name, const char* mediaType, bool isEncoder, in queryOmxCapabilities()
290 const std::string &mediaType = type.first; in buildOmxInfo() local
455 const std::string &mediaType = typeIt->first; in buildMediaCodecList() local
DCCodecConfig.cpp183 AString mediaType; in QueryMediaTypeImpl() local
846 AString mediaType = QueryMediaType(true /* input */, component); in initialize() local
DCCodecBufferChannel.cpp2637 AString mediaType; in handleWork() local
/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp35 C2String mediaType, in BaseParams()
/hardware/google/av/codec2/include/
DC2Component.h411 C2String mediaType; ///< media type supported by the component member
/hardware/google/av/media/sfplugin/utils/
DCodec2Mapper.cpp513 C2Mapper::GetProfileLevelMapper(std::string mediaType) { in GetProfileLevelMapper()