Home
last modified time | relevance | path

Searched refs:mParamUpdater (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp1032 mParamUpdater = std::make_shared<ReflectedParamUpdater>(); in initialize()
1033 mParamUpdater->clear(); in initialize()
1034 mParamUpdater->supportWholeParam( in initialize()
1036 mParamUpdater->addParamDesc(mReflector, mParamDescs); in initialize()
1069 mParamUpdater->getParamIndicesForKeys(formatKeys, &indices); in initialize()
1087 mParamUpdater->getKeysForParamIndex(desc->index(), &keys); in initialize()
1178 ReflectedParamUpdater::Dict reflected = mParamUpdater->getParams(paramPointers); in updateFormats()
1759 mParamUpdater->getParamIndicesFromMessage(params, &indices); in getConfigUpdateFromSdkParams()
1785 mParamUpdater->updateParamsFromMessage(params, configUpdate); in getConfigUpdateFromSdkParams()
1816 mParamUpdater->getParamName(param->index()).c_str()); in setParameters()
[all …]
H A DCCodecConfig.h106 std::shared_ptr<ReflectedParamUpdater> mParamUpdater; member
196 mParamUpdater->addStandardParam<T>(name, attrib);