Searched refs:getCurAlgoTypeHandle (Results 1 – 6 of 6) sorted by relevance
614 if (mAiqCore->getCurAlgoTypeHandle(algo_type)) { in parseAlgoGroup()615 mGroupAlgoListMap[group].push_back(*mAiqCore->getCurAlgoTypeHandle(algo_type)); in parseAlgoGroup()616 … mGroupAlgoListMap[RK_AIQ_CORE_ANALYZE_ALL].push_back(*mAiqCore->getCurAlgoTypeHandle(algo_type)); in parseAlgoGroup()
439 SmartPtr<RkAiqHandle>* getCurAlgoTypeHandle(int algo_type);
1160 SmartPtr<RkAiqHandle>* handlePtr = getCurAlgoTypeHandle(algo_type); in getAiqAlgoHandle()1169 RkAiqCore::getCurAlgoTypeHandle(int algo_type) in getCurAlgoTypeHandle() function in RkCam::RkAiqCore1439 SmartPtr<RkAiqHandle>* cur_algo_hdl = getCurAlgoTypeHandle(algoType); in enableAlgo()1509 SmartPtr<RkAiqHandle>* cur_algo_hdl = getCurAlgoTypeHandle(algoType); in rmAlgo()
41 mAf_handle = mAiqCore->getCurAlgoTypeHandle(RK_AIQ_ALGO_TYPE_AF); in init()44 mAfd_handle = mAiqCore->getCurAlgoTypeHandle(RK_AIQ_ALGO_TYPE_AFD); in init()47 mAmerge_handle = mAiqCore->getCurAlgoTypeHandle(RK_AIQ_ALGO_TYPE_AMERGE); in init()48 mAdrc_handle = mAiqCore->getCurAlgoTypeHandle(RK_AIQ_ALGO_TYPE_ADRC); in init()
185 SmartPtr<RkAiqHandle>* ae_handle = mAiqCore->getCurAlgoTypeHandle(RK_AIQ_ALGO_TYPE_AE); in processing()
551 SmartPtr<RkAiqHandle>* ae_handle = mAiqCore->getCurAlgoTypeHandle(RK_AIQ_ALGO_TYPE_AE); in genIspResult()