Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v10.cpp572 handle->AdehazeAtrrV10.mode = DEHAZE_API_AUTO; in AdehazeInit()
622 else if (pAdehazeCtx->AdehazeAtrrV10.mode != pAdehazeCtx->PreDataV10.ApiMode) in AdehazeByPassProcessing()
624 else if (pAdehazeCtx->AdehazeAtrrV10.mode == DEHAZE_API_MANUAL) in AdehazeByPassProcessing()
626 else if (pAdehazeCtx->AdehazeAtrrV10.mode == DEHAZE_API_AUTO) { in AdehazeByPassProcessing()
651 if (pAdehazeCtx->AdehazeAtrrV10.mode == DEHAZE_API_AUTO) { in DehazeEnableSetting()
652 pAdehzeProcRes->enable = pAdehazeCtx->AdehazeAtrrV10.stAuto.DehazeTuningPara.Enable; in DehazeEnableSetting()
654 if (pAdehazeCtx->AdehazeAtrrV10.stAuto.DehazeTuningPara.Enable) { in DehazeEnableSetting()
655 if (pAdehazeCtx->AdehazeAtrrV10.stAuto.DehazeTuningPara.dehaze_setting.en && in DehazeEnableSetting()
656 pAdehazeCtx->AdehazeAtrrV10.stAuto.DehazeTuningPara.enhance_setting.en) { in DehazeEnableSetting()
659 } else if (pAdehazeCtx->AdehazeAtrrV10.stAuto.DehazeTuningPara.dehaze_setting.en && in DehazeEnableSetting()
[all …]
H A Drk_aiq_types_adehaze_algo_prvt.h86 adehaze_sw_v10_t AdehazeAtrrV10; member