Home
last modified time | relevance | path

Searched refs:PROFILE_UNUSED (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Config.cpp28 { "unused", C2Config::PROFILE_UNUSED },
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp701 C2Config::profile_t c2 = PROFILE_UNUSED; in initializeStandardParams()
706 return PROFILE_UNUSED; in initializeStandardParams()
739 C2Config::profile_t c2 = PROFILE_UNUSED; in initializeStandardParams()
744 return PROFILE_UNUSED; in initializeStandardParams()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h419 PROFILE_UNUSED = 0, ///< profile is not used by this media type enumerator
733 C2Config::profile_t profile_ = C2Config::PROFILE_UNUSED,
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp153 C2Config::PROFILE_UNUSED, C2Config::LEVEL_UNUSED)) in IntfImpl()
/aosp12/frameworks/av/media/codec2/sfplugin/utils/
H A DCodec2Mapper.cpp573 *to = C2Config::PROFILE_UNUSED; in simpleMap()