Home
last modified time | relevance | path

Searched refs:display_x11 (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstgldisplay_x11.c49 gboolean gst_gl_display_x11_handle_event (GstGLDisplayX11 * display_x11);
64 gst_gl_display_x11_init (GstGLDisplayX11 * display_x11) in gst_gl_display_x11_init() argument
66 GstGLDisplay *display = (GstGLDisplay *) display_x11; in gst_gl_display_x11_init()
69 display_x11->foreign_display = FALSE; in gst_gl_display_x11_init()
75 GstGLDisplayX11 *display_x11 = GST_GL_DISPLAY_X11 (object); in gst_gl_display_x11_finalize() local
77 g_free (display_x11->name); in gst_gl_display_x11_finalize()
79 if (!display_x11->foreign_display && display_x11->display) { in gst_gl_display_x11_finalize()
80 XSync (display_x11->display, FALSE); in gst_gl_display_x11_finalize()
81 XCloseDisplay (display_x11->display); in gst_gl_display_x11_finalize()
178 _find_window_from_xcb_window (GstGLDisplayX11 * display_x11, in _find_window_from_xcb_window() argument
[all …]
Dxcb_event_source.c34 display_x11);
41 GstGLDisplayX11 *display_x11; member
49 xcb_flush (source->display_x11->xcb_connection); in xcb_event_source_prepare()
71 gboolean ret = gst_gl_display_x11_handle_event (source->display_x11); in xcb_event_source_dispatch()
89 xcb_event_source_new (GstGLDisplayX11 * display_x11) in xcb_event_source_new() argument
94 connection = display_x11->xcb_connection; in xcb_event_source_new()
99 source->display_x11 = display_x11; in xcb_event_source_new()
Dxcb_event_source.h27 GSource * xcb_event_source_new (GstGLDisplayX11 *display_x11);
Dgstglwindow_x11.c151 GstGLDisplayX11 *display_x11 = (GstGLDisplayX11 *) window->display; in gst_gl_window_x11_open() local
153 window_x11->device = display_x11->display; in gst_gl_window_x11_open()
534 GstGLDisplayX11 *display_x11 = GST_GL_DISPLAY_X11 (window->display); in gst_gl_window_x11_handle_event() local
535 xcb_connection_t *connection = display_x11->xcb_connection; in gst_gl_window_x11_handle_event()
554 gst_gl_display_remove_window (GST_GL_DISPLAY (display_x11), in gst_gl_window_x11_handle_event()