Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp169 C2Config::level_t nextLevel = C2Config::LEVEL_UNUSED; in addSupportedProfileLevels()
176 if (nextLevel != C2Config::LEVEL_UNUSED in addSupportedProfileLevels()
DCCodecConfig.cpp701 C2Config::level_t c2 = LEVEL_UNUSED; in initializeStandardParams()
706 return LEVEL_UNUSED; in initializeStandardParams()
/frameworks/av/media/codec2/vndk/
DC2Config.cpp148 { "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.cpp117 C2Config::PROFILE_AAC_LC, C2Config::LEVEL_UNUSED)) in IntfImpl()
128 C2Config::LEVEL_UNUSED in IntfImpl()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp439 *to = C2Config::LEVEL_UNUSED; in simpleMap()
560 *to = C2Config::LEVEL_UNUSED; in simpleMap()
/frameworks/av/media/codec2/core/include/
DC2Config.h532 LEVEL_UNUSED = 0, ///< level is not used by this media type enumerator
679 C2Config::level_t level_ = C2Config::LEVEL_UNUSED)
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp126 C2Config::PROFILE_AAC_LC, C2Config::LEVEL_UNUSED)) in IntfImpl()
136 C2Config::LEVEL_UNUSED in IntfImpl()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp153 C2Config::PROFILE_UNUSED, C2Config::LEVEL_UNUSED)) in IntfImpl()