Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.h203 std::map<std::string, C2Param::CoreIndex> mWholeParams; variable
DReflectedParamUpdater.cpp223 auto it = mWholeParams.find(paramName); in addParamDesc()
224 if (it != mWholeParams.end() && it->second.coreIndex() == desc->index().coreIndex()) { in addParamDesc()
234 mWholeParams.emplace(name, index); in supportWholeParam()