Searched refs:getAlgoTypeHandleMap (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | RkAiqCamGroupManager.cpp | 678 RkAiqCamGroupManager::getAlgoTypeHandleMap(int algo_type) in getAlgoTypeHandleMap() function in RkCam::RkAiqCamGroupManager 714 auto* algo_map = aiqCore->getAlgoTypeHandleMap(algo_des->type); in addDefaultAlgos() 1289 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algo.type); in addAlgo() 1334 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in rmAlgo() 1382 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in enableAlgo() 1431 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in getAxlibStatus() 1453 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algo_type); in getEnabledAxlibCtx() 1468 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algo_type); in getAxlibCtx() 1488 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algo_type); in getAiqCamgroupHandle() 1600 if (!getAlgoTypeHandleMap(RK_AIQ_ALGO_TYPE_##BC)) { \ in syncSingleCamResultWithMaster()
|
| H A D | RkAiqCamGroupManager.h | 283 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* getAlgoTypeHandleMap(int algo_type);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | RkAiqCore.cpp | 1180 RkAiqCore::getAlgoTypeHandleMap(int algo_type) in getAlgoTypeHandleMap() function in RkCam::RkAiqCore 1267 std::map<int, SmartPtr<RkAiqHandle>>* algo_map = getAlgoTypeHandleMap(algo.type); in addAlgo() 1444 std::map<int, SmartPtr<RkAiqHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in enableAlgo() 1514 std::map<int, SmartPtr<RkAiqHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in rmAlgo() 1548 std::map<int, SmartPtr<RkAiqHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in getAxlibStatus() 1571 std::map<int, SmartPtr<RkAiqHandle>>* algo_map = getAlgoTypeHandleMap(algo_type); in getEnabledAxlibCtx() 1587 std::map<int, SmartPtr<RkAiqHandle>>* algo_map = getAlgoTypeHandleMap(algo_type); in getAxlibCtx()
|
| H A D | RkAiqCore.h | 467 std::map<int, SmartPtr<RkAiqHandle>>* getAlgoTypeHandleMap(int algo_type);
|