| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | ximagesink.c | 62 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 D | ximagesink.h | 147 GstXWindow *xwindow; member
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/ |
| H A D | 0013-xvimagesink-Defer-prepare-window-when-getting-zero-w.patch | 21 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 D | 0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch | 410 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 D | 0013-xvimagesink-Defer-prepare-window-when-getting-zero-w.patch | 21 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 D | 0016-xvimagesink-Apply-toplevel-window-s-position.patch | 183 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 D | 0015-xvimagesink-Allow-disabling-decorations.patch | 70 - 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 D | 0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch | 410 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 D | 0013-xvimagesink-Defer-prepare-window-when-getting-zero-w.patch | 21 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 D | 0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch | 410 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 D | 0003-gsttools-videooverlay-Support-waylandsink-and-kmssin.patch | 241 gst_structure_has_name(gm->structure, "prepare-xwindow-id")) {
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 18926 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()
|