Searched refs:dvs_w (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_subdev.c | 401 unsigned int dvs_w, dvs_h; in atomisp_subdev_set_selection() local 464 dvs_w = rounddown(crop[pad]->width / 5, in atomisp_subdev_set_selection() 474 dvs_w = dvs_h = 12; in atomisp_subdev_set_selection() 476 dvs_w = dvs_h = 0; in atomisp_subdev_set_selection() 478 atomisp_css_video_set_dis_envelope(isp_sd, dvs_w, dvs_h); in atomisp_subdev_set_selection()
|
| H A D | atomisp_compat.h | 206 unsigned int dvs_w, unsigned int dvs_h);
|
| H A D | atomisp_cmd.c | 2721 unsigned int dvs_w, dvs_h, dvs_w_max, dvs_h_max; in atomisp_get_dvs2_bq_resolutions() local 2743 dvs_w = pipe_cfg->bayer_ds_out_res.width - in atomisp_get_dvs2_bq_resolutions() 2754 min((dvs_w / 2), (dvs_w_max / 2)) - in atomisp_get_dvs2_bq_resolutions() 4360 unsigned int dvs_w, dvs_h, dvs_w_max, dvs_h_max; in atomisp_param() local 4362 dvs_w = vp_cfg->bayer_ds_out_res.width - in atomisp_param() 4373 config->dvs_envelop.width = min(dvs_w, dvs_w_max); in atomisp_param()
|
| H A D | atomisp_compat_css20.c | 1850 unsigned int dvs_w, unsigned int dvs_h) in atomisp_css_video_set_dis_envelope() argument 1853 .pipe_configs[IA_CSS_PIPE_ID_VIDEO].dvs_envelope.width = dvs_w; in atomisp_css_video_set_dis_envelope()
|