Searched refs:debayer_cfg (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/ |
| H A D | Isp32Params.cpp | 1480 isp_cfg.others.debayer_cfg.filter_c_en = debayer.filter_c_en; in convertAiqAdebayerToIsp32Params() 1481 isp_cfg.others.debayer_cfg.filter_g_en = debayer.filter_g_en; in convertAiqAdebayerToIsp32Params() 1484 isp_cfg.others.debayer_cfg.clip_en = debayer.clip_en; in convertAiqAdebayerToIsp32Params() 1485 isp_cfg.others.debayer_cfg.dist_scale = debayer.dist_scale; in convertAiqAdebayerToIsp32Params() 1486 isp_cfg.others.debayer_cfg.thed0 = debayer.thed0; in convertAiqAdebayerToIsp32Params() 1487 isp_cfg.others.debayer_cfg.thed1 = debayer.thed1; in convertAiqAdebayerToIsp32Params() 1488 isp_cfg.others.debayer_cfg.select_thed = debayer.select_thed; in convertAiqAdebayerToIsp32Params() 1489 isp_cfg.others.debayer_cfg.max_ratio = debayer.max_ratio; in convertAiqAdebayerToIsp32Params() 1492 isp_cfg.others.debayer_cfg.filter1_coe1 = debayer.filter1_coe[0]; in convertAiqAdebayerToIsp32Params() 1493 isp_cfg.others.debayer_cfg.filter1_coe2 = debayer.filter1_coe[1]; in convertAiqAdebayerToIsp32Params() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Isp20Params.cpp | 2752 isp_cfg.others.debayer_cfg.clip_en = demosaic.clip_en; in convertAiqAdemosaicToIsp20Params() 2753 isp_cfg.others.debayer_cfg.filter_c_en = demosaic.filter_c_en; in convertAiqAdemosaicToIsp20Params() 2754 isp_cfg.others.debayer_cfg.filter_g_en = demosaic.filter_g_en; in convertAiqAdemosaicToIsp20Params() 2755 isp_cfg.others.debayer_cfg.gain_offset = demosaic.gain_offset; in convertAiqAdemosaicToIsp20Params() 2756 isp_cfg.others.debayer_cfg.offset = demosaic.offset; in convertAiqAdemosaicToIsp20Params() 2757 isp_cfg.others.debayer_cfg.hf_offset = demosaic.hf_offset; in convertAiqAdemosaicToIsp20Params() 2758 isp_cfg.others.debayer_cfg.thed0 = demosaic.thed0; in convertAiqAdemosaicToIsp20Params() 2759 isp_cfg.others.debayer_cfg.thed1 = demosaic.thed1; in convertAiqAdemosaicToIsp20Params() 2760 isp_cfg.others.debayer_cfg.dist_scale = demosaic.dist_scale; in convertAiqAdemosaicToIsp20Params() 2761 isp_cfg.others.debayer_cfg.shift_num = demosaic.shift_num; in convertAiqAdemosaicToIsp20Params() [all …]
|
| H A D | CamHwIsp20.cpp | 3475 isp_params->others.debayer_cfg.clip_en, 3476 isp_params->others.debayer_cfg.dist_scale, 3477 isp_params->others.debayer_cfg.filter_c_en, 3478 isp_params->others.debayer_cfg.filter_g_en); 3480 isp_params->others.debayer_cfg.gain_offset, 3481 isp_params->others.debayer_cfg.hf_offset, 3482 isp_params->others.debayer_cfg.max_ratio, 3483 isp_params->others.debayer_cfg.offset, 3484 isp_params->others.debayer_cfg.order_max); 3486 isp_params->others.debayer_cfg.order_min, [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp21-config.h | 721 struct isp2x_debayer_cfg debayer_cfg; member
|
| H A D | rkisp3-config.h | 1003 struct isp2x_debayer_cfg debayer_cfg; member
|
| H A D | rkisp32-config.h | 1312 struct isp32_debayer_cfg debayer_cfg; member
|
| H A D | rkisp2-config.h | 1763 struct isp2x_debayer_cfg debayer_cfg; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp21-config.h | 721 struct isp2x_debayer_cfg debayer_cfg; member
|
| H A D | rk-isp3-config.h | 1003 struct isp2x_debayer_cfg debayer_cfg; member
|
| H A D | rk-isp32-config.h | 1312 struct isp32_debayer_cfg debayer_cfg; member
|
| H A D | rk-isp2-config.h | 1751 struct isp2x_debayer_cfg debayer_cfg; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_params_v2x.c | 3768 ops->debayer_config(params_vdev, &new_params->others.debayer_cfg); in __isp_isr_other_config()
|
| H A D | isp_params_v21.c | 3481 ops->debayer_config(params_vdev, &new_params->others.debayer_cfg); in __isp_isr_other_config()
|
| H A D | isp_params_v3x.c | 3829 ops->debayer_config(params_vdev, &new_params->others.debayer_cfg, id); in __isp_isr_other_config()
|
| H A D | isp_params_v32.c | 3988 ops->debayer_config(params_vdev, &new_params->others.debayer_cfg); in __isp_isr_other_config()
|