Home
last modified time | relevance | path

Searched refs:GetBitDepthProfileLevelMapper (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.h57 GetBitDepthProfileLevelMapper(std::string mediaType, int32_t bitDepth = 8);
DCodec2Mapper.cpp776 C2Mapper::GetBitDepthProfileLevelMapper(std::string mediaType, int32_t bitDepth) { in GetBitDepthProfileLevelMapper() function in C2Mapper
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp213 auto bitnessMapper = C2Mapper::GetBitDepthProfileLevelMapper(trait.mediaType, 10); in addSupportedProfileLevels()
DCCodecConfig.cpp1997 C2Mapper::GetBitDepthProfileLevelMapper(mCodingMediaType, bitDepth); in getConfigUpdateFromSdkParams()