Searched refs:ie_config (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Isp20Params.cpp | 2810 struct isp2x_ie_cfg* ie_config = &isp_cfg.others.ie_cfg; in convertAiqIeToIsp20Params() local 2818 ie_config->effect = V4L2_COLORFX_BW; in convertAiqIeToIsp20Params() 2821 ie_config->effect = V4L2_COLORFX_NEGATIVE; in convertAiqIeToIsp20Params() 2824 ie_config->effect = V4L2_COLORFX_SEPIA; in convertAiqIeToIsp20Params() 2828 ie_config->effect = V4L2_COLORFX_EMBOSS; in convertAiqIeToIsp20Params() 2829 ie_config->eff_mat_1 = (uint16_t)(ie_cfg.extra.mode_coeffs[0]) in convertAiqIeToIsp20Params() 2833 ie_config->eff_mat_2 = (uint16_t)(ie_cfg.extra.mode_coeffs[4]) in convertAiqIeToIsp20Params() 2837 ie_config->eff_mat_3 = (ie_cfg.extra.mode_coeffs[8]); in convertAiqIeToIsp20Params() 2839 ie_config->eff_mat_4 = 0; in convertAiqIeToIsp20Params() 2840 ie_config->eff_mat_5 = 0; in convertAiqIeToIsp20Params() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_params_v1x.h | 51 void (*ie_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
| H A D | isp_params_v21.h | 51 void (*ie_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
| H A D | isp_params_v32.h | 67 void (*ie_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
| H A D | isp_params_v3x.h | 67 void (*ie_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
| H A D | isp_params_v2x.h | 230 void (*ie_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
| H A D | isp_params_v1x.c | 1656 .ie_config = isp_ie_config, 1688 .ie_config = isp_ie_config, 1932 ops->ie_config(params_vdev, &new_params->others.ie_config); in __isp_isr_other_config()
|
| H A D | isp_params_v2x.c | 3687 .ie_config = isp_ie_config, 3780 ops->ie_config(params_vdev, &new_params->others.ie_cfg); in __isp_isr_other_config()
|
| H A D | isp_params_v21.c | 3399 .ie_config = isp_ie_config, 3500 ops->ie_config(params_vdev, &new_params->others.ie_cfg); in __isp_isr_other_config()
|
| H A D | isp_params_v3x.c | 3740 .ie_config = isp_ie_config, 3848 ops->ie_config(params_vdev, &new_params->others.ie_cfg, id); in __isp_isr_other_config()
|
| H A D | isp_params_v32.c | 3893 .ie_config = isp_ie_config, 4007 ops->ie_config(params_vdev, &new_params->others.ie_cfg); in __isp_isr_other_config()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/ |
| H A D | isp_params.h | 81 void (*ie_config)(struct rkisp1_isp_params_vdev *params_vdev, member
|
| H A D | isp_params.c | 798 struct cifisp_ie_config *cur_ie_config = &cur_other_cfg->ie_config; in isp_cproc_config() 1705 .ie_config = isp_ie_config, 1737 .ie_config = isp_ie_config, 1982 ops->ie_config(params_vdev, &new_params->others.ie_config); in __isp_isr_other_config()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/uapi/ |
| H A D | rkisp1-config.h | 730 struct rkisp1_cif_isp_ie_config ie_config; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp1-config.h | 704 struct cifisp_ie_config ie_config; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/ |
| H A D | rkisp1-params.c | 557 &cur_other_cfg->ie_config; in rkisp1_cproc_config() 1080 &new_params->others.ie_config); in rkisp1_isp_isr_other_config()
|