Home
last modified time | relevance | path

Searched refs:video_height (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/media/pci/zoran/ !
Dzoran_device.c225 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-6.1.9/drivers/gpu/drm/meson/ !
Dmeson_overlay.c233 int video_top, video_left, video_width, video_height; in meson_overlay_setup_scaler_params() local
266 video_height = state->crtc_h; in meson_overlay_setup_scaler_params()
273 video_top, video_left, video_width, video_height); in meson_overlay_setup_scaler_params()
276 ratio_y = (h_in << 18) / video_height; in meson_overlay_setup_scaler_params()
290 start = video_top + video_height / 2 - ((h_in << 17) / ratio_y); in meson_overlay_setup_scaler_params()
302 video_top + video_height - 1, in meson_overlay_setup_scaler_params()
306 video_top + video_height - 1, in meson_overlay_setup_scaler_params()
329 video_top + video_height - 1)); in meson_overlay_setup_scaler_params()
/linux-6.1.9/drivers/media/pci/tw686x/ !
Dtw686x-video.c643 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-6.1.9/drivers/video/fbdev/sis/ !
Dsis.h560 int video_height; member
Dsis_main.c1317 ivideo->video_height = sisbios_mode[ivideo->sisfb_mode_idx].yres; in sisfb_do_set_var()
1325 ivideo->current_height = ivideo->video_height; in sisfb_do_set_var()
6429 ivideo->video_height = sisbios_mode[ivideo->sisfb_mode_idx].yres; in sisfb_probe()
6434 ivideo->video_width, ivideo->video_height, ivideo->video_bpp, in sisfb_probe()
6439 ivideo->default_var.yres = ivideo->default_var.yres_virtual = ivideo->video_height; in sisfb_probe()