Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp2009 struct isp32_ldch_cfg *pLdchCfg = &isp_cfg.others.ldch_cfg; in convertAiqAldchToIsp32Params() local
2016 pLdchCfg->hsize = ldch_cfg.base.lut_h_size; in convertAiqAldchToIsp32Params()
2017 pLdchCfg->vsize = ldch_cfg.base.lut_v_size; in convertAiqAldchToIsp32Params()
2018 pLdchCfg->buf_fd = ldch_cfg.base.lut_mapxy_buf_fd; in convertAiqAldchToIsp32Params()
2020 pLdchCfg->frm_end_dis = ldch_cfg.frm_end_dis; in convertAiqAldchToIsp32Params()
2021 pLdchCfg->zero_interp_en = ldch_cfg.zero_interp_en; in convertAiqAldchToIsp32Params()
2022 pLdchCfg->sample_avr_en = ldch_cfg.sample_avr_en; in convertAiqAldchToIsp32Params()
2023 pLdchCfg->bic_mode_en = ldch_cfg.bic_mode_en; in convertAiqAldchToIsp32Params()
2024 pLdchCfg->force_map_en = ldch_cfg.force_map_en; in convertAiqAldchToIsp32Params()
2025 pLdchCfg->map13p3_en = ldch_cfg.map13p3_en; in convertAiqAldchToIsp32Params()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2904 struct isp2x_ldch_cfg *pLdchCfg = &isp_cfg.others.ldch_cfg; in convertAiqAldchToIsp20Params() local
2912 pLdchCfg->hsize = ldch_cfg.lut_h_size; in convertAiqAldchToIsp20Params()
2913 pLdchCfg->vsize = ldch_cfg.lut_v_size; in convertAiqAldchToIsp20Params()
2914 pLdchCfg->buf_fd = ldch_cfg.lut_mapxy_buf_fd; in convertAiqAldchToIsp20Params()