Home
last modified time | relevance | path

Searched refs:CCodecConfig (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h41 struct CCodecConfig { struct
139 CCodecConfig(); argument
292 Watcher(C2Param::Index index, const CCodecConfig *parent) in Watcher() argument
297 friend struct CCodecConfig;
299 const CCodecConfig *mParent;
342 DEFINE_ENUM_OPERATORS(CCodecConfig::Domain)
DCCodecConfig.cpp62 typedef CCodecConfig::Domain Domain;
226 typedef CCodecConfig::Domain Domain;
316 CCodecConfig::CCodecConfig() in CCodecConfig() function in android::CCodecConfig
321 void CCodecConfig::initializeStandardParams() { in initializeStandardParams()
835 status_t CCodecConfig::initialize( in initialize()
959 status_t CCodecConfig::subscribeToConfigUpdate( in subscribeToConfigUpdate()
984 status_t CCodecConfig::queryConfiguration( in queryConfiguration()
999 bool CCodecConfig::updateConfiguration( in updateConfiguration()
1027 bool CCodecConfig::updateFormats(Domain domain) { in updateFormats()
1082 sp<AMessage> CCodecConfig::getSdkFormatForDomain( in getSdkFormatForDomain()
[all …]
DAndroid.bp9 "CCodecConfig.cpp",
DCCodec.h176 typedef CCodecConfig Config;