Home
last modified time | relevance | path

Searched refs:video_width (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0042-kmssink-Avoid-src-size-overflow.patch22 + if (*scaled_width > video_width) {
24 + *scaled_width = video_width;
26 + gst_util_uint64_scale_int (video_width, dar_d, dar_n);
H A D0037-waylandsink-Support-transparent-video.patch60 priv->video_width = info->width;
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch415 gint video_width, video_height;
500 - priv->video_width =
502 + priv->video_width = info->width;
H A D0039-kmssink-Support-scaling-in-modesetting.patch110 + if (video_width == self->hdisplay && video_height == self->vdisplay) {
/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
260 video_width = state->crtc_w; in meson_overlay_setup_scaler_params()
268 video_top, video_left, video_width, video_height); in meson_overlay_setup_scaler_params()
270 ratio_x = (w_in << 18) / video_width; in meson_overlay_setup_scaler_params()
273 if (ratio_x * video_width < (w_in << 18)) in meson_overlay_setup_scaler_params()
339 start = video_left + video_width / 2 - ((w_in << 17) / ratio_x); in meson_overlay_setup_scaler_params()
351 video_left + video_width - 1, in meson_overlay_setup_scaler_params()
355 video_left + video_width - 1, in meson_overlay_setup_scaler_params()
364 video_left + video_width - 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()
309 if (video_width < BUZ_MIN_WIDTH || 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()
319 VidWinWid = video_width; in zr36057_set_vfe()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/
H A Drkvi_demo.c76 static int video_width = 640; variable
357 video_width = atoi(optarg); in parse_args()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch432 - window->video_width =
434 + window->video_width = info->width;
452 gint video_width, video_height;
H A D0036-waylandsink-Support-transparent-video.patch47 window->video_width = info->width;
H A D0038-kmssink-Support-scaling-in-modesetting.patch110 + if (video_width == self->hdisplay && video_height == self->vdisplay) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0037-waylandsink-Support-transparent-video.patch60 priv->video_width = info->width;
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch415 gint video_width, video_height;
500 - priv->video_width =
502 + priv->video_width = info->width;
H A D0039-kmssink-Support-scaling-in-modesetting.patch110 + if (video_width == self->hdisplay && video_height == self->vdisplay) {
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c998 gint video_width, video_height; in xwindow_calculate_display_ratio() local
1000 video_width = GST_VIDEO_INFO_WIDTH (&self->vinfo); in xwindow_calculate_display_ratio()
1007 *window_width = video_width; in xwindow_calculate_display_ratio()
1015 if (!gst_video_calculate_display_ratio (&dar_n, &dar_d, video_width, in xwindow_calculate_display_ratio()
1028 video_width = gst_util_uint64_scale_int (self->xwindow->height, dar_n, dar_d); in xwindow_calculate_display_ratio()
1030 if (video_width < *window_width) { in xwindow_calculate_display_ratio()
1031 *x += (self->xwindow->width - video_width) / 2; in xwindow_calculate_display_ratio()
1032 *window_width = video_width; in xwindow_calculate_display_ratio()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dsis.h560 int video_width; member
H A Dsis_main.c1315 ivideo->video_width = sisbios_mode[ivideo->sisfb_mode_idx].xres; in sisfb_do_set_var()
1323 ivideo->current_width = ivideo->video_width; in sisfb_do_set_var()
6416 ivideo->video_width = sisbios_mode[ivideo->sisfb_mode_idx].xres; in sisfb_probe()
6422 ivideo->video_width, ivideo->video_height, ivideo->video_bpp, in sisfb_probe()
6426 ivideo->default_var.xres = ivideo->default_var.xres_virtual = ivideo->video_width; in sisfb_probe()