Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/atomisp/pci/
Datomisp_subdev.c340 unsigned int dvs_w, dvs_h; in atomisp_subdev_set_selection() local
383 dvs_h = rounddown(crop[pad]->height / 5, in atomisp_subdev_set_selection()
391 dvs_w = dvs_h = 12; in atomisp_subdev_set_selection()
393 dvs_w = dvs_h = 0; in atomisp_subdev_set_selection()
395 atomisp_css_video_set_dis_envelope(isp_sd, dvs_w, dvs_h); in atomisp_subdev_set_selection()
Datomisp_compat.h187 unsigned int dvs_w, unsigned int dvs_h);
Datomisp_compat_css20.c1608 unsigned int dvs_w, unsigned int dvs_h) in atomisp_css_video_set_dis_envelope() argument
1613 .pipe_configs[IA_CSS_PIPE_ID_VIDEO].dvs_envelope.height = dvs_h; in atomisp_css_video_set_dis_envelope()