Searched refs:mCurAlgoHandleMaps (Results 1 – 2 of 2) sorted by relevance
508 std::map<int, SmartPtr<RkAiqHandle>> mCurAlgoHandleMaps; variable
1172 if (mCurAlgoHandleMaps.find(algo_type) != mCurAlgoHandleMaps.end()) in getCurAlgoTypeHandle()1173 return &mCurAlgoHandleMaps.at(algo_type); in getCurAlgoTypeHandle()1243 mCurAlgoHandleMaps[algo_type] = algoMap[0]; in addDefaultAlgos()