Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h263 const C2Param *getConfigParameterValue(C2Param::Index index) const;
274 const C2Param *value = mParent->getConfigParameterValue(mIndex); in hasChanged()
284 const C2Param *value = mParent->getConfigParameterValue(mIndex); in update()
DCCodec.cpp1800 config->getConfigParameterValue(ix.withStream(stream)); in onMessageReceived()
DCCodecConfig.cpp1629 const C2Param *CCodecConfig::getConfigParameterValue(C2Param::Index index) const { in getConfigParameterValue() function in android::CCodecConfig