Home
last modified time | relevance | path

Searched refs:ProcResV11 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v11.cpp64 pProcRes->ProcResV11.air_lc_en = in stManuGetDehazeParamsV11()
66 pProcRes->ProcResV11.dc_min_th = in stManuGetDehazeParamsV11()
68 pProcRes->ProcResV11.dc_max_th = in stManuGetDehazeParamsV11()
70 pProcRes->ProcResV11.yhist_th = ClipValueV11(pStManu->dehaze_setting.DehazeData.yhist_th, 8, 0); in stManuGetDehazeParamsV11()
71 pProcRes->ProcResV11.yblk_th = int(pStManu->dehaze_setting.DehazeData.yblk_th * in stManuGetDehazeParamsV11()
73 pProcRes->ProcResV11.dark_th = ClipValueV11(pStManu->dehaze_setting.DehazeData.dark_th, 8, 0); in stManuGetDehazeParamsV11()
74 pProcRes->ProcResV11.bright_min = in stManuGetDehazeParamsV11()
76 pProcRes->ProcResV11.bright_max = in stManuGetDehazeParamsV11()
78 pProcRes->ProcResV11.wt_max = ClipValueV11(pStManu->dehaze_setting.DehazeData.wt_max, 0, 8); in stManuGetDehazeParamsV11()
79 pProcRes->ProcResV11.air_min = ClipValueV11(pStManu->dehaze_setting.DehazeData.air_min, 8, 0); in stManuGetDehazeParamsV11()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp192 cfg->enhance_en = dhaze.ProcResV11.enhance_en; in convertAiqAdehazeToIsp21Params()
193 cfg->air_lc_en = dhaze.ProcResV11.air_lc_en; in convertAiqAdehazeToIsp21Params()
194 cfg->hpara_en = dhaze.ProcResV11.hpara_en; in convertAiqAdehazeToIsp21Params()
195 cfg->hist_en = dhaze.ProcResV11.hist_en; in convertAiqAdehazeToIsp21Params()
196 cfg->dc_en = dhaze.ProcResV11.dc_en; in convertAiqAdehazeToIsp21Params()
197 cfg->yblk_th = dhaze.ProcResV11.yblk_th; in convertAiqAdehazeToIsp21Params()
198 cfg->yhist_th = dhaze.ProcResV11.yhist_th; in convertAiqAdehazeToIsp21Params()
199 cfg->dc_max_th = dhaze.ProcResV11.dc_max_th; in convertAiqAdehazeToIsp21Params()
200 cfg->dc_min_th = dhaze.ProcResV11.dc_min_th; in convertAiqAdehazeToIsp21Params()
201 cfg->wt_max = dhaze.ProcResV11.wt_max; in convertAiqAdehazeToIsp21Params()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adehaze/
H A Drk_aiq_types_adehaze_hw.h259 AdehazeV11ProcResult_t ProcResV11; member