Home
last modified time | relevance | path

Searched refs:dvs_h (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_subdev.c393 unsigned int dvs_w, dvs_h; in atomisp_subdev_set_selection() local
458 dvs_h = rounddown(crop[pad]->height / 5, in atomisp_subdev_set_selection()
466 dvs_w = dvs_h = 12; in atomisp_subdev_set_selection()
468 dvs_w = dvs_h = 0; in atomisp_subdev_set_selection()
470 atomisp_css_video_set_dis_envelope(isp_sd, dvs_w, dvs_h); in atomisp_subdev_set_selection()
Datomisp_compat.h206 unsigned int dvs_w, unsigned int dvs_h);
Datomisp_cmd.c2693 unsigned int dvs_w, dvs_h, dvs_w_max, dvs_h_max; in atomisp_get_dvs2_bq_resolutions() local
2717 dvs_h = pipe_cfg->bayer_ds_out_res.height - in atomisp_get_dvs2_bq_resolutions()
2729 min((dvs_h / 2), (dvs_h_max / 2)) - in atomisp_get_dvs2_bq_resolutions()
4320 unsigned int dvs_w, dvs_h, dvs_w_max, dvs_h_max; in atomisp_param() local
4324 dvs_h = vp_cfg->bayer_ds_out_res.height - in atomisp_param()
4334 config->dvs_envelop.height = min(dvs_h, dvs_h_max); in atomisp_param()
Datomisp_compat_css20.c1850 unsigned int dvs_w, unsigned int dvs_h) in atomisp_css_video_set_dis_envelope() argument
1855 .pipe_configs[IA_CSS_PIPE_ID_VIDEO].dvs_envelope.height = dvs_h; in atomisp_css_video_set_dis_envelope()