Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/pci/
Datomisp_subdev.c398 unsigned int dvs_w, dvs_h; in atomisp_subdev_set_selection() local
464 dvs_h = rounddown(crop[pad]->height / 5, in atomisp_subdev_set_selection()
472 dvs_w = dvs_h = 12; in atomisp_subdev_set_selection()
474 dvs_w = dvs_h = 0; in atomisp_subdev_set_selection()
476 atomisp_css_video_set_dis_envelope(isp_sd, dvs_w, dvs_h); in atomisp_subdev_set_selection()
Datomisp_compat.h198 unsigned int dvs_w, unsigned int dvs_h);
Datomisp_cmd.c2285 unsigned int dvs_w, dvs_h, dvs_w_max, dvs_h_max; in atomisp_get_dvs2_bq_resolutions() local
2309 dvs_h = pipe_cfg->bayer_ds_out_res.height - in atomisp_get_dvs2_bq_resolutions()
2321 min((dvs_h / 2), (dvs_h_max / 2)) - in atomisp_get_dvs2_bq_resolutions()
3906 unsigned int dvs_w, dvs_h, dvs_w_max, dvs_h_max; in atomisp_param() local
3910 dvs_h = vp_cfg->bayer_ds_out_res.height - in atomisp_param()
3920 config->dvs_envelop.height = min(dvs_h, dvs_h_max); in atomisp_param()
Datomisp_compat_css20.c1782 unsigned int dvs_w, unsigned int dvs_h) in atomisp_css_video_set_dis_envelope() argument
1787 .pipe_configs[IA_CSS_PIPE_ID_VIDEO].dvs_envelope.height = dvs_h; in atomisp_css_video_set_dis_envelope()