Home
last modified time | relevance | path

Searched refs:window_x11 (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglwindow_x11.c42 gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
150 GstGLWindowX11 *window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_window_x11_open() local
153 window_x11->device = display_x11->display; in gst_gl_window_x11_open()
155 if (window_x11->device == NULL) { in gst_gl_window_x11_open()
162 GST_LOG ("gl device id: %ld", (gulong) window_x11->device); in gst_gl_window_x11_open()
164 window_x11->screen = DefaultScreenOfDisplay (window_x11->device); in gst_gl_window_x11_open()
165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
166 window_x11->visual = in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
[all …]
Dgstgldisplay_x11.c51 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
172 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
174 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
228 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
231 event, window_x11); in gst_gl_display_x11_handle_event()
233 if (window_x11) { in gst_gl_display_x11_handle_event()
234 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
240 if (window_x11) in gst_gl_display_x11_handle_event()
241 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
Dgstglcontext_glx.c603 GstGLWindowX11 *window_x11; in gst_gl_context_glx_create_context() local
620 window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_context_glx_create_context()
681 glXCreateContext (device, window_x11->visual_info, in gst_gl_context_glx_create_context()
739 GstGLWindowX11 *window_x11; in gst_gl_context_glx_choose_format() local
753 window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_context_glx_choose_format()
792 window_x11->visual_info = glXChooseVisual (device, in gst_gl_context_glx_choose_format()
793 window_x11->screen_num, attribs); in gst_gl_context_glx_choose_format()
795 if (!window_x11->visual_info) { in gst_gl_context_glx_choose_format()
828 window_x11->visual_info = glXGetVisualFromFBConfig (device, in gst_gl_context_glx_choose_format()
831 if (!window_x11->visual_info) { in gst_gl_context_glx_choose_format()
[all …]
Dgstglwindow_x11.h110 gboolean gst_gl_window_x11_create_window (GstGLWindowX11 * window_x11);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c143 GstGLWindowX11 *window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_context_egl_choose_format() local
146 window_x11->visual_info = g_new0 (XVisualInfo, 1); in gst_gl_context_egl_choose_format()
147 ret = XMatchVisualInfo (window_x11->device, window_x11->screen_num, in gst_gl_context_egl_choose_format()
148 window_x11->depth, TrueColor, window_x11->visual_info); in gst_gl_context_egl_choose_format()
/third_party/cef/
DBUILD.gn972 "libcef/browser/native/window_x11.cc",
973 "libcef/browser/native/window_x11.h",
/third_party/gstreamer/gstplugins_base/
DChangeLog35173 gl/window_x11: avoid BadDrawable error on shutdown
38097 Indeed 'glXMakeCurrent (window_x11->device, None, NULL);'
38331 [692/906] window_x11: add XError trapping
38589 [636/906] window_x11: compact debug info
/third_party/gstreamer/gstplugins_bad/
DChangeLog113073 gl/window_x11: avoid BadDrawable error on shutdown
119586 Indeed 'glXMakeCurrent (window_x11->device, None, NULL);'
119876 [692/906] window_x11: add XError trapping
120270 [636/906] window_x11: compact debug info