Home
last modified time | relevance | path

Searched refs:LEVEL_UNUSED (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2Config.cpp156 { "unused", C2Config::LEVEL_UNUSED },
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp92 C2Config::PROFILE_AAC_LC, C2Config::LEVEL_UNUSED)) in IntfImpl()
101 C2Config::LEVEL_UNUSED in IntfImpl()
DC2SoftAacDec.cpp131 C2Config::PROFILE_AAC_LC, C2Config::LEVEL_UNUSED)) in IntfImpl()
142 C2Config::LEVEL_UNUSED in IntfImpl()
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp225 C2Config::level_t nextLevel = C2Config::LEVEL_UNUSED; in addSupportedProfileLevels()
232 if (nextLevel != C2Config::LEVEL_UNUSED in addSupportedProfileLevels()
DCCodecConfig.cpp754 C2Config::level_t c2 = LEVEL_UNUSED; in initializeStandardParams()
759 return LEVEL_UNUSED; in initializeStandardParams()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp139 0u, PROFILE_VP8_0, LEVEL_UNUSED)) in IntfImpl()
145 LEVEL_UNUSED), in IntfImpl()
DC2SoftVpxDec.cpp154 C2Config::PROFILE_VP8_0, C2Config::LEVEL_UNUSED)) in IntfImpl()
160 LEVEL_UNUSED), in IntfImpl()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp127 C2Config::PROFILE_AAC_LC, C2Config::LEVEL_UNUSED)) in IntfImpl()
137 C2Config::LEVEL_UNUSED in IntfImpl()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp513 *to = C2Config::LEVEL_UNUSED; in simpleMap()
647 *to = C2Config::LEVEL_UNUSED; in simpleMap()
/frameworks/av/media/codec2/core/include/
DC2Config.h594 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/
DCCodecConfig_test.cpp231 0u, PROFILE_UNUSED, LEVEL_UNUSED))