Searched refs:LEVEL_UNUSED (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2Config.cpp | 156 { "unused", C2Config::LEVEL_UNUSED },
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacEnc.cpp | 92 C2Config::PROFILE_AAC_LC, C2Config::LEVEL_UNUSED)) in IntfImpl() 101 C2Config::LEVEL_UNUSED in IntfImpl()
|
D | C2SoftAacDec.cpp | 131 C2Config::PROFILE_AAC_LC, C2Config::LEVEL_UNUSED)) in IntfImpl() 142 C2Config::LEVEL_UNUSED in IntfImpl()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 225 C2Config::level_t nextLevel = C2Config::LEVEL_UNUSED; in addSupportedProfileLevels() 232 if (nextLevel != C2Config::LEVEL_UNUSED in addSupportedProfileLevels()
|
D | CCodecConfig.cpp | 754 C2Config::level_t c2 = LEVEL_UNUSED; in initializeStandardParams() 759 return LEVEL_UNUSED; in initializeStandardParams()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.cpp | 139 0u, PROFILE_VP8_0, LEVEL_UNUSED)) in IntfImpl() 145 LEVEL_UNUSED), in IntfImpl()
|
D | C2SoftVpxDec.cpp | 154 C2Config::PROFILE_VP8_0, C2Config::LEVEL_UNUSED)) in IntfImpl() 160 LEVEL_UNUSED), in IntfImpl()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 127 C2Config::PROFILE_AAC_LC, C2Config::LEVEL_UNUSED)) in IntfImpl() 137 C2Config::LEVEL_UNUSED in IntfImpl()
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 513 *to = C2Config::LEVEL_UNUSED; in simpleMap() 647 *to = C2Config::LEVEL_UNUSED; in simpleMap()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 594 LEVEL_UNUSED = 0, ///< level is not used by this media type enumerator 754 C2Config::level_t level_ = C2Config::LEVEL_UNUSED)
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecConfig_test.cpp | 231 0u, PROFILE_UNUSED, LEVEL_UNUSED))
|