Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/zoran/
H A 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()
/openbmc/linux/drivers/gpu/drm/meson/
H A 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()
/openbmc/linux/drivers/media/pci/tw686x/
H A 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()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis.h560 int video_height; member
H A 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()
6431 ivideo->video_height = sisbios_mode[ivideo->sisfb_mode_idx].yres; in sisfb_probe()
6436 ivideo->video_width, ivideo->video_height, ivideo->video_bpp, in sisfb_probe()
6441 ivideo->default_var.yres = ivideo->default_var.yres_virtual = ivideo->video_height; in sisfb_probe()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch46455 + .video_height = video_height
46463 + geo.height_y = (video_height + 32 + 31) & ~31;
46474 + geo.height_y = (video_height + 32 + 31) & ~31;
46499 + .height = video_height
46525 + video_width, video_height,
46531 + av_assert0(geo.height_y >= video_height && geo.height_c >= video_height / 2);
46552 + .height = video_height
46572 + video_width, video_height,
46578 + av_assert0(geo.height_y >= video_height && geo.height_c >= video_height / 2);
46600 + .height = video_height
[all …]