Home
last modified time | relevance | path

Searched refs:getConfigParameterValue (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.h274 const C2Param *getConfigParameterValue(C2Param::Index index) const;
290 const C2Param *value = mParent->getConfigParameterValue(mIndex); in hasChanged()
300 const C2Param *value = mParent->getConfigParameterValue(mIndex); in update()
H A DCCodecConfig.cpp1860 const C2Param *CCodecConfig::getConfigParameterValue(C2Param::Index index) const { in getConfigParameterValue() function in android::CCodecConfig
H A DCCodec.cpp2311 config->getConfigParameterValue(ix.withStream(stream)); in onMessageReceived()