Home
last modified time | relevance | path

Searched refs:bypass_tuning_process (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_amerge_itf.cpp139 bool bypass_tuning_process = true; in AmergeProcess() local
189 bypass_tuning_process = AmergeByPassProcessing(pAmergeGrpCtx); in AmergeProcess()
335 if (!bypass_tuning_process) in AmergeProcess()
339 if (!bypass_expo_process || !bypass_tuning_process) in AmergeProcess()
346 !bypass_tuning_process || !bypass_expo_process; in AmergeProcess()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/
H A Drk_aiq_algo_amerge_itf.cpp138 bool bypass_tuning_process = true; in AmergeProcess() local
188 bypass_tuning_process = AmergeByPassProcessing(pAmergeCtx); in AmergeProcess()
323 if (!bypass_tuning_process) in AmergeProcess()
327 if (!bypass_expo_process || !bypass_tuning_process) in AmergeProcess()
334 outparams->cfg_update = !bypass_tuning_process || !bypass_expo_process; in AmergeProcess()