Home
last modified time | relevance | path

Searched refs:getCurAlgoTypeHandle (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.cpp614 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()
H A DRkAiqCore.h439 SmartPtr<RkAiqHandle>* getCurAlgoTypeHandle(int algo_type);
H A DRkAiqCore.cpp1160 SmartPtr<RkAiqHandle>* handlePtr = getCurAlgoTypeHandle(algo_type); in getAiqAlgoHandle()
1169 RkAiqCore::getCurAlgoTypeHandle(int algo_type) in getCurAlgoTypeHandle() function in RkCam::RkAiqCore
1439 SmartPtr<RkAiqHandle>* cur_algo_hdl = getCurAlgoTypeHandle(algoType); in enableAlgo()
1509 SmartPtr<RkAiqHandle>* cur_algo_hdl = getCurAlgoTypeHandle(algoType); in rmAlgo()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeHandle.cpp41 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()
H A DRkAiqAfdHandle.cpp185 SmartPtr<RkAiqHandle>* ae_handle = mAiqCore->getCurAlgoTypeHandle(RK_AIQ_ALGO_TYPE_AE); in processing()
H A DRkAiqAfHandle.cpp551 SmartPtr<RkAiqHandle>* ae_handle = mAiqCore->getCurAlgoTypeHandle(RK_AIQ_ALGO_TYPE_AE); in genIspResult()