Searched refs:pLdchCfg (Results 1 – 2 of 2) sorted by relevance
2009 struct isp32_ldch_cfg *pLdchCfg = &isp_cfg.others.ldch_cfg; in convertAiqAldchToIsp32Params() local2016 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 …]
2904 struct isp2x_ldch_cfg *pLdchCfg = &isp_cfg.others.ldch_cfg; in convertAiqAldchToIsp20Params() local2912 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()