Searched refs:ie_cfg (Results 1 – 14 of 14) sorted by relevance
2808 const rk_aiq_isp_ie_t& ie_cfg) in convertAiqIeToIsp20Params() argument2810 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 …]
200 const rk_aiq_isp_ie_t& ie_cfg);
725 struct isp2x_ie_cfg ie_cfg; member
1007 struct isp2x_ie_cfg ie_cfg; member
1316 struct isp2x_ie_cfg ie_cfg; member
1768 struct isp2x_ie_cfg ie_cfg; member
1756 struct isp2x_ie_cfg ie_cfg; member
3780 ops->ie_config(params_vdev, &new_params->others.ie_cfg); in __isp_isr_other_config()
3500 ops->ie_config(params_vdev, &new_params->others.ie_cfg); in __isp_isr_other_config()
3848 ops->ie_config(params_vdev, &new_params->others.ie_cfg, id); in __isp_isr_other_config()
4007 ops->ie_config(params_vdev, &new_params->others.ie_cfg); in __isp_isr_other_config()