Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h261 const C2Param *getConfigParameterValue(C2Param::Index index) const;
272 const C2Param *value = mParent->getConfigParameterValue(mIndex); in hasChanged()
282 const C2Param *value = mParent->getConfigParameterValue(mIndex); in update()
DCCodec.cpp1627 config->getConfigParameterValue(ix.withStream(stream)); in onMessageReceived()
DCCodecConfig.cpp1601 const C2Param *CCodecConfig::getConfigParameterValue(C2Param::Index index) const { in getConfigParameterValue() function in android::CCodecConfig