Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0042-kmssink-Avoid-src-size-overflow.patch19 *scaled_height = video_height;
27 + } else if (*scaled_height > video_height) {
30 + gst_util_uint64_scale_int (video_height, dar_n, dar_d);
31 + *scaled_height = video_height;
H A D0040-kmssink-Support-fullscreen-prop.patch25 src.h = video_height;
H A D0037-waylandsink-Support-transparent-video.patch61 priv->video_height = info->height;
H A D0039-kmssink-Support-scaling-in-modesetting.patch110 + if (video_width == self->hdisplay && video_height == self->vdisplay) {
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch415 gint video_width, video_height;
503 priv->video_height = info->height;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/
H A Dmeson_overlay.c228 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()
/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzoran_device.c290 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/
H A Drkvi_demo.c77 static int video_height = 480; variable
360 video_height = atoi(optarg); in parse_args()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0040-kmssink-Support-fullscreen-prop.patch25 src.h = video_height;
H A D0037-waylandsink-Support-transparent-video.patch61 priv->video_height = info->height;
H A D0039-kmssink-Support-scaling-in-modesetting.patch110 + if (video_width == self->hdisplay && video_height == self->vdisplay) {
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch415 gint video_width, video_height;
503 priv->video_height = info->height;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0039-kmssink-Support-fullscreen-prop.patch25 src.h = video_height;
H A D0036-waylandsink-Support-transparent-video.patch48 window->video_height = info->height;
H A D0038-kmssink-Support-scaling-in-modesetting.patch110 + if (video_width == self->hdisplay && video_height == self->vdisplay) {
H A D0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch435 window->video_height = info->height;
452 gint video_width, video_height;
/OK3568_Linux_fs/kernel/drivers/media/pci/tw686x/
H A Dtw686x-video.c644 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()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c998 gint video_width, video_height; in xwindow_calculate_display_ratio() local
1001 video_height = GST_VIDEO_INFO_HEIGHT (&self->vinfo); in xwindow_calculate_display_ratio()
1008 *window_height = video_height; in xwindow_calculate_display_ratio()
1016 video_height, video_par_n, video_par_d, dpy_par_n, dpy_par_d)) in xwindow_calculate_display_ratio()
1029 video_height = gst_util_uint64_scale_int (self->xwindow->width, dar_d, dar_n); in xwindow_calculate_display_ratio()
1035 *y += (self->xwindow->height - video_height) / 2; in xwindow_calculate_display_ratio()
1036 *window_height = video_height; in xwindow_calculate_display_ratio()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dsis.h561 int video_height; member
H A Dsis_main.c1316 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()