Home
last modified time | relevance | path

Searched refs:ProcResV11duo (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_duo.cpp63 pProcRes->ProcResV11duo.air_lc_en = in stManuGetDehazeParamsV11duo()
65 pProcRes->ProcResV11duo.dc_min_th = in stManuGetDehazeParamsV11duo()
67 pProcRes->ProcResV11duo.dc_max_th = in stManuGetDehazeParamsV11duo()
69 pProcRes->ProcResV11duo.yhist_th = in stManuGetDehazeParamsV11duo()
71 pProcRes->ProcResV11duo.yblk_th = int(pStManu->dehaze_setting.DehazeData.yblk_th * in stManuGetDehazeParamsV11duo()
73 pProcRes->ProcResV11duo.dark_th = in stManuGetDehazeParamsV11duo()
75 pProcRes->ProcResV11duo.bright_min = in stManuGetDehazeParamsV11duo()
77 pProcRes->ProcResV11duo.bright_max = in stManuGetDehazeParamsV11duo()
79 pProcRes->ProcResV11duo.wt_max = in stManuGetDehazeParamsV11duo()
81 pProcRes->ProcResV11duo.air_min = in stManuGetDehazeParamsV11duo()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/
H A DIsp3xParams.cpp1167 cfg->round_en = dhaze.ProcResV11duo.round_en; in convertAiqAdehazeToIsp3xParams()
1168 cfg->soft_wr_en = dhaze.ProcResV11duo.soft_wr_en; in convertAiqAdehazeToIsp3xParams()
1169 cfg->enhance_en = dhaze.ProcResV11duo.enhance_en; in convertAiqAdehazeToIsp3xParams()
1170 cfg->air_lc_en = dhaze.ProcResV11duo.air_lc_en; in convertAiqAdehazeToIsp3xParams()
1171 cfg->hpara_en = dhaze.ProcResV11duo.hpara_en; in convertAiqAdehazeToIsp3xParams()
1172 cfg->hist_en = dhaze.ProcResV11duo.hist_en; in convertAiqAdehazeToIsp3xParams()
1173 cfg->dc_en = dhaze.ProcResV11duo.dc_en; in convertAiqAdehazeToIsp3xParams()
1174 cfg->yblk_th = dhaze.ProcResV11duo.yblk_th; in convertAiqAdehazeToIsp3xParams()
1175 cfg->yhist_th = dhaze.ProcResV11duo.yhist_th; in convertAiqAdehazeToIsp3xParams()
1176 cfg->dc_max_th = dhaze.ProcResV11duo.dc_max_th; in convertAiqAdehazeToIsp3xParams()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adehaze/
H A Drk_aiq_types_adehaze_hw.h262 AdehazeV11duoProcResult_t ProcResV11duo; member