Home
last modified time | relevance | path

Searched refs:dhaze (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/
H A DIsp3xParams.cpp1152 const rk_aiq_isp_dehaze_v3x_t& dhaze) in convertAiqAdehazeToIsp3xParams() argument
1154 if (dhaze.enable) { in convertAiqAdehazeToIsp3xParams()
1167 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()
[all …]
H A DIsp3xParams.h86 const rk_aiq_isp_dehaze_v3x_t& dhaze);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1465 const rk_aiq_isp_dehaze_t& dhaze ) in convertAiqAdehazeToIsp20Params() argument
1472 if (dhaze.ProcResV10.enable) { in convertAiqAdehazeToIsp20Params()
1479 cfg->enhance_en = dhaze.ProcResV10.enhance_en; in convertAiqAdehazeToIsp20Params()
1480 cfg->hist_chn = dhaze.ProcResV10.hist_chn; in convertAiqAdehazeToIsp20Params()
1481 cfg->hpara_en = dhaze.ProcResV10.hpara_en; in convertAiqAdehazeToIsp20Params()
1482 cfg->hist_en = dhaze.ProcResV10.hist_en; in convertAiqAdehazeToIsp20Params()
1483 cfg->dc_en = dhaze.ProcResV10.dc_en; in convertAiqAdehazeToIsp20Params()
1484 cfg->big_en = dhaze.ProcResV10.big_en; in convertAiqAdehazeToIsp20Params()
1485 cfg->nobig_en = dhaze.ProcResV10.nobig_en; in convertAiqAdehazeToIsp20Params()
1486 cfg->yblk_th = dhaze.ProcResV10.yblk_th; in convertAiqAdehazeToIsp20Params()
[all …]
H A DIsp20Params.h161 const rk_aiq_isp_dehaze_t& dhaze);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp177 const rk_aiq_isp_dehaze_v21_t& dhaze) in convertAiqAdehazeToIsp21Params() argument
179 if (dhaze.enable) { in convertAiqAdehazeToIsp21Params()
192 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()
[all …]
H A DIsp21Params.h58 const rk_aiq_isp_dehaze_v21_t& dhaze);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1627 const rk_aiq_isp_dehaze_v32_t& dhaze) { in convertAiqAdehazeToIsp32Params() argument
1628 if (dhaze.enable) { in convertAiqAdehazeToIsp32Params()
1641 cfg->round_en = dhaze.ProcResV12.round_en; in convertAiqAdehazeToIsp32Params()
1642 cfg->soft_wr_en = dhaze.ProcResV12.soft_wr_en; in convertAiqAdehazeToIsp32Params()
1643 cfg->enhance_en = dhaze.ProcResV12.enhance_en; in convertAiqAdehazeToIsp32Params()
1644 cfg->air_lc_en = dhaze.ProcResV12.air_lc_en; in convertAiqAdehazeToIsp32Params()
1645 cfg->hpara_en = dhaze.ProcResV12.hpara_en; in convertAiqAdehazeToIsp32Params()
1646 cfg->hist_en = dhaze.ProcResV12.hist_en; in convertAiqAdehazeToIsp32Params()
1647 cfg->dc_en = dhaze.ProcResV12.dc_en; in convertAiqAdehazeToIsp32Params()
1648 cfg->yblk_th = dhaze.ProcResV12.yblk_th; in convertAiqAdehazeToIsp32Params()
[all …]
H A DIsp32Params.h86 const rk_aiq_isp_dehaze_v32_t& dhaze);