Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h41 struct CCodecConfig { struct
131 CCodecConfig(); argument
280 Watcher(C2Param::Index index, const CCodecConfig *parent) in Watcher() argument
285 friend struct CCodecConfig;
287 const CCodecConfig *mParent;
334 DEFINE_ENUM_OPERATORS(CCodecConfig::Domain)
DCCodecConfig.cpp47 typedef CCodecConfig::Domain Domain;
146 typedef CCodecConfig::Domain Domain;
229 CCodecConfig::CCodecConfig() in CCodecConfig() function in android::CCodecConfig
233 void CCodecConfig::initializeStandardParams() { in initializeStandardParams()
479 status_t CCodecConfig::initialize( in initialize()
607 status_t CCodecConfig::subscribeToConfigUpdate( in subscribeToConfigUpdate()
632 status_t CCodecConfig::queryConfiguration( in queryConfiguration()
647 bool CCodecConfig::updateConfiguration( in updateConfiguration()
669 bool CCodecConfig::updateFormats(Domain domain) { in updateFormats()
701 sp<AMessage> CCodecConfig::getSdkFormatForDomain( in getSdkFormatForDomain()
[all …]
DAndroid.bp9 "CCodecConfig.cpp",
DCCodec.h161 typedef CCodecConfig Config;