Searched refs:level_t (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 50 ALookup<C2Config::level_t, int32_t> sAvcLevels = { 159 ALookup<C2Config::level_t, int32_t> sDolbyVisionLevels = { 195 ALookup<C2Config::level_t, int32_t> sH263Levels = { 218 ALookup<C2Config::level_t, int32_t> sHevcLevels = { 266 ALookup<C2Config::level_t, int32_t> sMpeg2Levels = { 283 ALookup<C2Config::level_t, int32_t> sMpeg4Levels = { 315 ALookup<C2Config::level_t, int32_t> sVp9Levels = { 353 ALookup<C2Config::level_t, int32_t> sAv1Levels = { 400 virtual bool simpleMap(C2Config::level_t from, int32_t *to) = 0; 401 virtual bool simpleMap(int32_t from, C2Config::level_t *to) = 0; [all …]
|
D | Codec2Mapper.h | 35 virtual bool mapLevel(C2Config::level_t, int32_t*) = 0; 36 virtual bool mapLevel(int32_t, C2Config::level_t*) = 0;
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 140 pl.level = (C2Config::level_t)level.ref<uint32_t>(); in addSupportedProfileLevels() 169 C2Config::level_t nextLevel = C2Config::LEVEL_UNUSED; in addSupportedProfileLevels() 171 C2Config::level_t level = (C2Config::level_t)v.ref<uint32_t>(); in addSupportedProfileLevels()
|
D | CCodecConfig.cpp | 701 C2Config::level_t c2 = LEVEL_UNUSED; in initializeStandardParams() 708 C2Config::level_t c2; in initializeStandardParams()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 62 enum level_t : uint32_t; ///< coding level member 531 enum C2Config::level_t : uint32_t { enum 675 C2Config::level_t level; ///< coding level 679 C2Config::level_t level_ = C2Config::LEVEL_UNUSED)
|
/frameworks/av/media/codec2/vndk/ |
D | C2Config.cpp | 147 DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(C2Config::level_t, ({
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 262 C2Config::level_t level; in ProfileLevelSetter() 346 C2Config::level_t c2Level; in getLevel_l()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 250 C2Config::level_t level; in ProfileLevelSetter() 352 C2Config::level_t c2Level; in getLevel_l()
|