Home
last modified time | relevance | path

Searched refs:ie_cfg (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2808 const rk_aiq_isp_ie_t& ie_cfg) in convertAiqIeToIsp20Params() argument
2810 struct isp2x_ie_cfg* ie_config = &isp_cfg.others.ie_cfg; in convertAiqIeToIsp20Params()
2816 switch (ie_cfg.base.mode) { in convertAiqIeToIsp20Params()
2829 ie_config->eff_mat_1 = (uint16_t)(ie_cfg.extra.mode_coeffs[0]) in convertAiqIeToIsp20Params()
2830 | ((uint16_t)(ie_cfg.extra.mode_coeffs[1]) << 0x4) in convertAiqIeToIsp20Params()
2831 | ((uint16_t)(ie_cfg.extra.mode_coeffs[2]) << 0x8) in convertAiqIeToIsp20Params()
2832 | ((uint16_t)(ie_cfg.extra.mode_coeffs[3]) << 0xc); in convertAiqIeToIsp20Params()
2833 ie_config->eff_mat_2 = (uint16_t)(ie_cfg.extra.mode_coeffs[4]) in convertAiqIeToIsp20Params()
2834 | ((uint16_t)(ie_cfg.extra.mode_coeffs[5]) << 0x4) in convertAiqIeToIsp20Params()
2835 | ((uint16_t)(ie_cfg.extra.mode_coeffs[6]) << 0x8) in convertAiqIeToIsp20Params()
[all …]
H A DIsp20Params.h200 const rk_aiq_isp_ie_t& ie_cfg);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h725 struct isp2x_ie_cfg ie_cfg; member
H A Drkisp3-config.h1007 struct isp2x_ie_cfg ie_cfg; member
H A Drkisp32-config.h1316 struct isp2x_ie_cfg ie_cfg; member
H A Drkisp2-config.h1768 struct isp2x_ie_cfg ie_cfg; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h725 struct isp2x_ie_cfg ie_cfg; member
H A Drk-isp3-config.h1007 struct isp2x_ie_cfg ie_cfg; member
H A Drk-isp32-config.h1316 struct isp2x_ie_cfg ie_cfg; member
H A Drk-isp2-config.h1756 struct isp2x_ie_cfg ie_cfg; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3780 ops->ie_config(params_vdev, &new_params->others.ie_cfg); in __isp_isr_other_config()
H A Disp_params_v21.c3500 ops->ie_config(params_vdev, &new_params->others.ie_cfg); in __isp_isr_other_config()
H A Disp_params_v3x.c3848 ops->ie_config(params_vdev, &new_params->others.ie_cfg, id); in __isp_isr_other_config()
H A Disp_params_v32.c4007 ops->ie_config(params_vdev, &new_params->others.ie_cfg); in __isp_isr_other_config()