Lines Matching refs:RkAiqCamgroupHandle

610 SmartPtr<RkAiqCamgroupHandle>
663 return new RkAiqCamgroupHandle(algo, this); in newAlgoHandle()
666 SmartPtr<RkAiqCamgroupHandle>
677 std::map<int, SmartPtr<RkAiqCamgroupHandle>>*
727 std::map<int, SmartPtr<RkAiqCamgroupHandle>> hdlMaps; in addDefaultAlgos()
873 RkAiqCamgroupHandle* curHdl = algoHdl.ptr(); in prepare()
1202 RkAiqCamgroupHandle* curHdl = algoHdl.ptr(); in reProcess()
1289 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algo.type); in addAlgo()
1296 std::map<int, SmartPtr<RkAiqCamgroupHandle>>::reverse_iterator rit = algo_map->rbegin(); in addAlgo()
1301 SmartPtr<RkAiqCamgroupHandle> new_hdl; in addAlgo()
1304 new_hdl = new RkAiqCamgroupHandle(&algo, this); in addAlgo()
1329 SmartPtr<RkAiqCamgroupHandle> def_algo_hdl = getDefAlgoTypeHandle(algoType); in rmAlgo()
1334 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in rmAlgo()
1336 std::map<int, SmartPtr<RkAiqCamgroupHandle>>::iterator it = algo_map->find(id); in rmAlgo()
1348 RkAiqCamgroupHandle* rmHdl = it->second.ptr(); in rmAlgo()
1349 RkAiqCamgroupHandle* curHdl = def_algo_hdl.ptr(); in rmAlgo()
1351 RkAiqCamgroupHandle* nextHdl = curHdl->getNextHdl(); in rmAlgo()
1377 SmartPtr<RkAiqCamgroupHandle> def_algo_hdl = getDefAlgoTypeHandle(algoType); in enableAlgo()
1382 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in enableAlgo()
1384 std::map<int, SmartPtr<RkAiqCamgroupHandle>>::iterator it = algo_map->find(id); in enableAlgo()
1412 RkAiqCamgroupHandle* curHdl = def_algo_hdl.ptr(); in enableAlgo()
1431 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in getAxlibStatus()
1433 std::map<int, SmartPtr<RkAiqCamgroupHandle>>::iterator it = algo_map->find(id); in getAxlibStatus()
1453 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algo_type); in getEnabledAxlibCtx()
1454 std::map<int, SmartPtr<RkAiqCamgroupHandle>>::reverse_iterator rit = algo_map->rbegin(); in getEnabledAxlibCtx()
1468 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algo_type); in getAxlibCtx()
1470 std::map<int, SmartPtr<RkAiqCamgroupHandle>>::iterator it = algo_map->find(lib_id); in getAxlibCtx()
1481 RkAiqCamgroupHandle*
1488 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algo_type); in getAiqCamgroupHandle()
1493 std::map<int, SmartPtr<RkAiqCamgroupHandle>>::iterator it = algo_map->find(0); in getAiqCamgroupHandle()
1536 RkAiqCamgroupHandle* curHdl = algoHdl.ptr(); in rePrepare()