Home
last modified time | relevance | path

Searched refs:ldch_cfg (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.h101 const rk_aiq_isp_ldch_v21_t& ldch_cfg);
H A DIsp32Params.cpp2007 const rk_aiq_isp_ldch_v21_t& ldch_cfg) in convertAiqAldchToIsp32Params() argument
2009 struct isp32_ldch_cfg *pLdchCfg = &isp_cfg.others.ldch_cfg; in convertAiqAldchToIsp32Params()
2011 if (ldch_cfg.base.sw_ldch_en) { in convertAiqAldchToIsp32Params()
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()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.h230 const rk_aiq_isp_ldch_t& ldch_cfg);
H A DIsp20Params.cpp2902 const rk_aiq_isp_ldch_t& ldch_cfg) in convertAiqAldchToIsp20Params() argument
2904 struct isp2x_ldch_cfg *pLdchCfg = &isp_cfg.others.ldch_cfg; in convertAiqAldchToIsp20Params()
2907 if (ldch_cfg.sw_ldch_en) { in convertAiqAldchToIsp20Params()
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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h731 struct isp2x_ldch_cfg ldch_cfg; member
H A Drkisp3-config.h1013 struct isp2x_ldch_cfg ldch_cfg; member
H A Drkisp32-config.h1322 struct isp32_ldch_cfg ldch_cfg; member
H A Drkisp2-config.h1777 struct isp2x_ldch_cfg ldch_cfg; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h731 struct isp2x_ldch_cfg ldch_cfg; member
H A Drk-isp3-config.h1013 struct isp2x_ldch_cfg ldch_cfg; member
H A Drk-isp32-config.h1322 struct isp32_ldch_cfg ldch_cfg; member
H A Drk-isp2-config.h1765 struct isp2x_ldch_cfg ldch_cfg; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3807 ops->ldch_config(params_vdev, &new_params->others.ldch_cfg); in __isp_isr_other_config()
4261 const struct isp2x_ldch_cfg *arg = &params->others.ldch_cfg; in ldch_data_abandon()
H A Disp_params_v21.c3518 ops->ldch_config(params_vdev, &new_params->others.ldch_cfg); in __isp_isr_other_config()
4191 const struct isp2x_ldch_cfg *arg = &params->others.ldch_cfg; in ldch_data_abandon()
H A Disp_params_v3x.c3866 ops->ldch_config(params_vdev, &new_params->others.ldch_cfg, id); in __isp_isr_other_config()
4671 const struct isp2x_ldch_cfg *arg = &params->others.ldch_cfg; in module_data_abandon()
H A Disp_params_v32.c4025 ops->ldch_config(params_vdev, &new_params->others.ldch_cfg); in __isp_isr_other_config()
5215 const struct isp32_ldch_cfg *arg = &params->others.ldch_cfg; in module_data_abandon()