Searched refs:GstGLWindowX11 (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglwindow_x11.c | 42 gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11, 69 G_DEFINE_TYPE_WITH_PRIVATE (GstGLWindowX11, gst_gl_window_x11, 123 gst_gl_window_x11_init (GstGLWindowX11 * window) in gst_gl_window_x11_init() 129 GstGLWindowX11 * 132 GstGLWindowX11 *window; in gst_gl_window_x11_new() 150 GstGLWindowX11 *window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_window_x11_open() 189 gst_gl_window_x11_create_window (GstGLWindowX11 * window_x11) in gst_gl_window_x11_create_window() 267 GstGLWindowX11 *window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_window_x11_close() 292 GstGLWindowX11 *window_x11; in gst_gl_window_x11_set_window_handle() 330 GstGLWindowX11 *window_x11; [all …]
|
D | gstglwindow_x11.h | 37 …L_WINDOW_X11(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_GL_WINDOW_X11, GstGLWindowX11)) 43 typedef struct _GstGLWindowX11 GstGLWindowX11; typedef 101 GstGLWindowX11 * gst_gl_window_x11_new (GstGLDisplay * display); 110 gboolean gst_gl_window_x11_create_window (GstGLWindowX11 * window_x11);
|
D | gstgldisplay_x11.c | 51 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() 177 static GstGLWindowX11 * 190 return (GstGLWindowX11 *) window; in _find_window_from_xcb_window() 193 static GstGLWindowX11 * 228 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event()
|
D | gstglcontext_glx.c | 603 GstGLWindowX11 *window_x11; in gst_gl_context_glx_create_context() 739 GstGLWindowX11 *window_x11; in gst_gl_context_glx_choose_format() 838 gst_gl_window_x11_create_window ((GstGLWindowX11 *) window); in gst_gl_context_glx_choose_format() 938 GstGLWindowX11 *window_x11; in gst_gl_context_glx_get_config()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 143 GstGLWindowX11 *window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_context_egl_choose_format() 1068 gst_gl_window_x11_create_window ((GstGLWindowX11 *) context->window); in gst_gl_context_egl_create_context()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 38882 - Add GstGLWindowX11 for x11 windows and two subclasses, GstGLWindowX11GLX
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 120607 - Add GstGLWindowX11 for x11 windows and two subclasses, GstGLWindowX11GLX
|