Searched refs:video_height (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/ |
D | meson_overlay.c | 228 int video_top, video_left, video_width, video_height; in meson_overlay_setup_scaler_params() local 261 video_height = state->crtc_h; in meson_overlay_setup_scaler_params() 268 video_top, video_left, video_width, video_height); in meson_overlay_setup_scaler_params() 271 ratio_y = (h_in << 18) / video_height; in meson_overlay_setup_scaler_params() 285 start = video_top + video_height / 2 - ((h_in << 17) / ratio_y); in meson_overlay_setup_scaler_params() 297 video_top + video_height - 1, in meson_overlay_setup_scaler_params() 301 video_top + video_height - 1, in meson_overlay_setup_scaler_params() 324 video_top + video_height - 1)); in meson_overlay_setup_scaler_params()
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
D | zoran_device.c | 290 static void zr36057_set_vfe(struct zoran *zr, int video_width, int video_height, in zr36057_set_vfe() argument 307 pci_info(zr->pci_dev, "set_vfe() - width = %d, height = %d\n", video_width, video_height); in zr36057_set_vfe() 310 video_height < BUZ_MIN_HEIGHT || in zr36057_set_vfe() 311 video_width > wa || video_height > ha) { in zr36057_set_vfe() 312 pci_err(zr->pci_dev, "set_vfe: w=%d h=%d not valid\n", video_width, video_height); in zr36057_set_vfe() 344 DispMode = !(video_height > BUZ_MAX_HEIGHT / 2); in zr36057_set_vfe() 345 VidWinHt = DispMode ? video_height : video_height / 2; in zr36057_set_vfe()
|
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/ |
D | tw686x-video.c | 644 unsigned int video_height = TW686X_VIDEO_HEIGHT(vc->video_standard); in tw686x_try_fmt_vid_cap() local 658 if (f->fmt.pix.height <= video_height / 2) in tw686x_try_fmt_vid_cap() 659 f->fmt.pix.height = video_height / 2; in tw686x_try_fmt_vid_cap() 661 f->fmt.pix.height = video_height; in tw686x_try_fmt_vid_cap()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
D | sis.h | 561 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() 6417 ivideo->video_height = sisbios_mode[ivideo->sisfb_mode_idx].yres; in sisfb_probe() 6422 ivideo->video_width, ivideo->video_height, ivideo->video_bpp, in sisfb_probe() 6427 ivideo->default_var.yres = ivideo->default_var.yres_virtual = ivideo->video_height; in sisfb_probe()
|