Searched refs:video_height (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/staging/media/zoran/ |
D | zoran_device.c | 225 static void zr36057_set_vfe(struct zoran *zr, int video_width, int video_height, in zr36057_set_vfe() argument 242 pci_dbg(zr->pci_dev, "set_vfe() - width = %d, height = %d\n", video_width, video_height); in zr36057_set_vfe() 245 video_height < BUZ_MIN_HEIGHT || in zr36057_set_vfe() 246 video_width > wa || video_height > ha) { in zr36057_set_vfe() 247 pci_err(zr->pci_dev, "set_vfe: w=%d h=%d not valid\n", video_width, video_height); in zr36057_set_vfe() 279 disp_mode = !(video_height > BUZ_MAX_HEIGHT / 2); in zr36057_set_vfe() 280 vid_win_ht = disp_mode ? video_height : video_height / 2; in zr36057_set_vfe()
|
/linux-5.19.10/drivers/gpu/drm/meson/ |
D | meson_overlay.c | 232 int video_top, video_left, video_width, video_height; in meson_overlay_setup_scaler_params() local 265 video_height = state->crtc_h; in meson_overlay_setup_scaler_params() 272 video_top, video_left, video_width, video_height); in meson_overlay_setup_scaler_params() 275 ratio_y = (h_in << 18) / video_height; in meson_overlay_setup_scaler_params() 289 start = video_top + video_height / 2 - ((h_in << 17) / ratio_y); in meson_overlay_setup_scaler_params() 301 video_top + video_height - 1, in meson_overlay_setup_scaler_params() 305 video_top + video_height - 1, in meson_overlay_setup_scaler_params() 328 video_top + video_height - 1)); in meson_overlay_setup_scaler_params()
|
/linux-5.19.10/drivers/media/pci/tw686x/ |
D | tw686x-video.c | 643 unsigned int video_height = TW686X_VIDEO_HEIGHT(vc->video_standard); in tw686x_try_fmt_vid_cap() local 657 if (f->fmt.pix.height <= video_height / 2) in tw686x_try_fmt_vid_cap() 658 f->fmt.pix.height = video_height / 2; in tw686x_try_fmt_vid_cap() 660 f->fmt.pix.height = video_height; in tw686x_try_fmt_vid_cap()
|
/linux-5.19.10/drivers/video/fbdev/sis/ |
D | sis.h | 560 int video_height; member
|
D | sis_main.c | 1316 ivideo->video_height = sisbios_mode[ivideo->sisfb_mode_idx].yres; in sisfb_do_set_var() 1324 ivideo->current_height = ivideo->video_height; in sisfb_do_set_var() 6416 ivideo->video_height = sisbios_mode[ivideo->sisfb_mode_idx].yres; in sisfb_probe() 6421 ivideo->video_width, ivideo->video_height, ivideo->video_bpp, in sisfb_probe() 6426 ivideo->default_var.yres = ivideo->default_var.yres_virtual = ivideo->video_height; in sisfb_probe()
|