Home
last modified time | relevance | path

Searched refs:xwindow (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c62 GstXWindow * xwindow);
1028 video_width = gst_util_uint64_scale_int (self->xwindow->height, dar_n, dar_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()
1031 *x += (self->xwindow->width - video_width) / 2; in xwindow_calculate_display_ratio()
1033 *window_height = self->xwindow->height; in xwindow_calculate_display_ratio()
1035 *y += (self->xwindow->height - video_height) / 2; in xwindow_calculate_display_ratio()
1037 *window_width = self->xwindow->width; in xwindow_calculate_display_ratio()
1062 ximagesink->xwindow->win, &attr); in xwindow_get_window_position()
1064 XTranslateCoordinates (ximagesink->xcontext->disp, ximagesink->xwindow->win, in xwindow_get_window_position()
1091 GstXWindow * xwindow, guint32 color) in gst_x_image_sink_xwindow_fill_key() argument
[all …]
H A Dximagesink.h147 GstXWindow *xwindow; member
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0013-xvimagesink-Defer-prepare-window-when-getting-zero-w.patch21 GstXWindow *xwindow;
24 + if (G_UNLIKELY (!xvimagesink->xwindow))
34 - if (!xvimagesink->xwindow) {
37 + } else if (!xvimagesink->xwindow) {
38 xvimagesink->xwindow = gst_xv_image_sink_xwindow_new (xvimagesink,
55 xvimagesink->xwindow = NULL;
64 - xwindow =
71 xwindow = gst_xvcontext_create_xwindow_from_xid (context, xwindow_id);
72 gst_xwindow_set_event_handling (xwindow, xvimagesink->handle_events);
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch410 memcpy (&result, &xwindow->render_rect, sizeof (GstVideoRectangle));
420 gst_xvimage_memory_render (mem, &src, xwindow, &result, draw_border);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0013-xvimagesink-Defer-prepare-window-when-getting-zero-w.patch21 GstXWindow *xwindow;
24 + if (G_UNLIKELY (!xvimagesink->xwindow))
34 - if (!xvimagesink->xwindow) {
37 + } else if (!xvimagesink->xwindow) {
38 xvimagesink->xwindow = gst_xv_image_sink_xwindow_new (xvimagesink,
55 xvimagesink->xwindow = NULL;
64 - xwindow =
71 xwindow = gst_xvcontext_create_xwindow_from_xid (context, xwindow_id);
72 gst_xwindow_set_event_handling (xwindow, xvimagesink->handle_events);
H A D0016-xvimagesink-Apply-toplevel-window-s-position.patch183 GstXWindow *xwindow = NULL;
188 - xwindow = gst_xvcontext_create_xwindow (context, width, height,
189 + xwindow = gst_xvcontext_create_xwindow (context, x, y, width, height,
196 } else if (!xvimagesink->xwindow) {
210 xvimagesink->xwindow = gst_xv_image_sink_xwindow_new (xvimagesink,
H A D0015-xvimagesink-Allow-disabling-decorations.patch70 - xwindow = gst_xvcontext_create_xwindow (context, width, height);
71 + xwindow = gst_xvcontext_create_xwindow (context, width, height,
75 gst_xv_image_sink_xwindow_set_title (xvimagesink, xwindow, NULL);
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch410 memcpy (&result, &xwindow->render_rect, sizeof (GstVideoRectangle));
420 gst_xvimage_memory_render (mem, &src, xwindow, &result, draw_border);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0013-xvimagesink-Defer-prepare-window-when-getting-zero-w.patch21 GstXWindow *xwindow;
24 + if (G_UNLIKELY (!xvimagesink->xwindow))
34 - if (!xvimagesink->xwindow) {
37 + } else if (!xvimagesink->xwindow) {
38 xvimagesink->xwindow = gst_xv_image_sink_xwindow_new (xvimagesink,
55 xvimagesink->xwindow = NULL;
64 - xwindow =
71 xwindow = gst_xvcontext_create_xwindow_from_xid (context, xwindow_id);
72 gst_xwindow_set_event_handling (xwindow, xvimagesink->handle_events);
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch410 memcpy (&result, &xwindow->render_rect, sizeof (GstVideoRectangle));
420 gst_xvimage_memory_render (mem, &src, xwindow, &result, draw_border);
/OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/
H A D0003-gsttools-videooverlay-Support-waylandsink-and-kmssin.patch241 gst_structure_has_name(gm->structure, "prepare-xwindow-id")) {
/OK3568_Linux_fs/external/xserver/
H A DChangeLog18926 CheckMotion() updates the pointer's cursor based on which xwindow
18929 Wayland surface but is still within the xwindow.
18931 But after an xwindow is unrealized, the last xwindow used to match the
18933 not return the same xwindow.
18936 notifications instead of xwl_xy_to_window(), and check if the xwindow
18938 xwindow, so that multiple consecutive calls to xwl_xy_to_window()
18939 return the same xwindow, being either the one found by miXYToWindow()