Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/atomisp/pci/
Datomisp_subdev.c380 unsigned int dvs_w, dvs_h; in atomisp_subdev_set_selection() local
420 dvs_w = rounddown(crop[pad]->width / 5, in atomisp_subdev_set_selection()
430 dvs_w = dvs_h = 12; in atomisp_subdev_set_selection()
432 dvs_w = dvs_h = 0; in atomisp_subdev_set_selection()
434 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.c1626 unsigned int dvs_w, unsigned int dvs_h) in atomisp_css_video_set_dis_envelope() argument
1629 .pipe_configs[IA_CSS_PIPE_ID_VIDEO].dvs_envelope.width = dvs_w; in atomisp_css_video_set_dis_envelope()