Home
last modified time | relevance | path

Searched refs:mAlgoHandleMaps (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamGroupManager.cpp680 if (mAlgoHandleMaps.find(algo_type) != mAlgoHandleMaps.end()) in getAlgoTypeHandleMap()
681 return &mAlgoHandleMaps.at(algo_type); in getAlgoTypeHandleMap()
729 mAlgoHandleMaps[algo_des->type] = hdlMaps; in addDefaultAlgos()
776 mAlgoHandleMaps.clear(); in deInit()
H A DRkAiqCamGroupManager.h236 std::map<int, std::map<int, SmartPtr<RkAiqCamgroupHandle>>> mAlgoHandleMaps; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.h503 std::map<int, map<int, SmartPtr<RkAiqHandle>>> mAlgoHandleMaps; variable
H A DRkAiqCore.cpp1182 if (mAlgoHandleMaps.find(algo_type) != mAlgoHandleMaps.end()) in getAlgoTypeHandleMap()
1183 return &mAlgoHandleMaps.at(algo_type); in getAlgoTypeHandleMap()
1241 mAlgoHandleMaps[algo_type] = algoMap; in addDefaultAlgos()