Home
last modified time | relevance | path

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

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