Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/video/
Dfsl_dcu_fb.c379 unsigned int *win_y) in fsl_probe_common() argument
386 if (!video_get_video_mode(win_x, win_y, &depth, &freq, in fsl_probe_common()
397 switch (RESOLUTION(*win_x, *win_y)) { in fsl_probe_common()
415 *win_x, *win_y); in fsl_probe_common()
433 return platform_dcu_init(fbinfo, *win_x, *win_y, in fsl_probe_common()
490 unsigned int win_y; in fsl_dcu_video_probe() local
501 ret = fsl_probe_common(&fbinfo, &win_x, &win_y); in fsl_dcu_video_probe()
507 uc_priv->ysize = win_y; in fsl_dcu_video_probe()
520 unsigned int win_y; in fsl_dcu_video_bind() local
525 ret = video_get_video_mode(&win_x, &win_y, &depth, &freq, &options); in fsl_dcu_video_bind()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-pgs.h97 guint16 win_x, win_y, win_w, win_h; member
Dgstspu-pgs.c546 state->pgs.win_y = GST_READ_UINT16_BE (payload + 3); in parse_set_window()
552 win_id, state->pgs.win_x, state->pgs.win_y, state->pgs.win_w, in parse_set_window()
803 pgs_state->win_x = pgs_state->win_y = pgs_state->win_w = pgs_state->win_h = 0; in gstspu_pgs_flush()
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dgstximagesrc.c381 int win_x, win_y; in gst_ximage_is_pointer_in_region() local
386 &window_returned, &window_returned, &root_x, &root_y, &win_x, &win_y, in gst_ximage_is_pointer_in_region()
389 return (on_window && (win_x >= src->startx) && (win_y >= src->starty) && in gst_ximage_is_pointer_in_region()
390 (win_x < src->endx) && (win_y < src->endy)); in gst_ximage_is_pointer_in_region()
/third_party/ffmpeg/libavdevice/
Dxcbgrab.c119 p_y = p->win_y; in xcbgrab_reposition()