Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Config.cpp28 { "unused", C2Config::PROFILE_UNUSED },
/frameworks/av/media/codec2/core/include/
DC2Config.h384 PROFILE_UNUSED = 0, ///< profile is not used by this media type enumerator
678 C2Config::profile_t profile_ = C2Config::PROFILE_UNUSED,
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp682 C2Config::profile_t c2 = PROFILE_UNUSED; in initializeStandardParams()
687 return PROFILE_UNUSED; in initializeStandardParams()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp153 C2Config::PROFILE_UNUSED, C2Config::LEVEL_UNUSED)) in IntfImpl()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp568 *to = C2Config::PROFILE_UNUSED; in simpleMap()