Searched refs:GST_GL_WINDOW (Results 1 – 20 of 20) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglwindow.c | 299 window = GST_GL_WINDOW (gst_gl_window_cocoa_new (display)); in gst_gl_window_new() 303 window = GST_GL_WINDOW (gst_gl_window_x11_new (display)); in gst_gl_window_new() 307 window = GST_GL_WINDOW (gst_gl_window_win32_new (display)); in gst_gl_window_new() 311 window = GST_GL_WINDOW (gst_gl_window_wayland_egl_new (display)); in gst_gl_window_new() 315 window = GST_GL_WINDOW (gst_gl_window_dispmanx_egl_new (display)); in gst_gl_window_new() 319 window = GST_GL_WINDOW (gst_gl_window_android_egl_new (display)); in gst_gl_window_new() 323 window = GST_GL_WINDOW (gst_gl_window_eagl_new (display)); in gst_gl_window_new() 327 window = GST_GL_WINDOW (gst_gl_window_viv_fb_egl_new (display)); in gst_gl_window_new() 331 window = GST_GL_WINDOW (gst_gl_window_gbm_egl_new (display)); in gst_gl_window_new() 335 window = GST_GL_WINDOW (gst_gl_window_winrt_egl_new (display)); in gst_gl_window_new() [all …]
|
D | gstglwindow.h | 37 #define GST_GL_WINDOW(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_GL_WINDOW, GstGLWindow… macro 43 #define GST_GL_WINDOW_LOCK(w) g_mutex_lock(&GST_GL_WINDOW(w)->lock) 44 #define GST_GL_WINDOW_UNLOCK(w) g_mutex_unlock(&GST_GL_WINDOW(w)->lock) 45 #define GST_GL_WINDOW_GET_LOCK(w) (&GST_GL_WINDOW(w)->lock)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/ |
D | gstglwindow_viv_fb_egl.c | 145 gst_gl_window_resize (GST_GL_WINDOW (window_egl), window_egl->window_width, in gst_gl_window_viv_fb_egl_create_window() 180 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() 248 GstGLWindow *window = GST_GL_WINDOW (window_egl); in _set_render_rectangle()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | gstglwindow_wayland_egl.c | 101 GstGLWindow *window = GST_GL_WINDOW (window_egl); in pointer_handle_motion() 114 GstGLWindow *window = GST_GL_WINDOW (window_egl); in pointer_handle_button() 127 GstGLWindow *window = GST_GL_WINDOW (window_egl); in pointer_handle_axis() 403 gst_gl_window_resize (GST_GL_WINDOW (window_egl), width, height); in create_surfaces() 649 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() 669 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglwindow_x11.c | 232 gst_gl_window_x11_handle_events (GST_GL_WINDOW (window_x11), in gst_gl_window_x11_create_window() 444 GstGLWindow *window = GST_GL_WINDOW (window_x11); in draw_cb() 533 GstGLWindow *window = GST_GL_WINDOW (window_x11); in gst_gl_window_x11_handle_event() 555 GST_GL_WINDOW (window_x11)); in gst_gl_window_x11_handle_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/ |
D | gstglwindow_gbm_egl.c | 157 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() 336 GstGLWindow *window = GST_GL_WINDOW (window_egl); in gst_gl_window_gbm_init_surface()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/ |
D | gstglwindow_android_egl.c | 108 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/ |
D | gstglwindow_cocoa.m | 198 GstGLWindow *window = GST_GL_WINDOW (window_cocoa); 412 GstGLWindow *window = GST_GL_WINDOW (window_cocoa); 426 GstGLWindow *window = GST_GL_WINDOW (window_cocoa); 662 window = GST_GL_WINDOW (window_cocoa); 676 gst_gl_window_send_message_async (GST_GL_WINDOW (window_cocoa),
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/ |
D | gstglwindow_eagl.m | 193 context = gst_gl_window_get_context (GST_GL_WINDOW (window_eagl)); 296 GstGLWindow *window = GST_GL_WINDOW (window_eagl);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/ |
D | gstglwindow_dispmanx_egl.c | 224 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/ |
D | gstglwindow_win32.c | 561 window = GST_GL_WINDOW (window_win32); in window_proc()
|
/third_party/gstreamer/gstreamer/docs/ |
D | index.md | 323 **GST_GL_WINDOW.**
|
/third_party/gstreamer/gstreamer/docs/gst/ |
D | running.md | 314 **`GST_GL_WINDOW`.**
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 1934 - gldisplay: Reorder GST_GL_WINDOW check for egl-device
|
D | ChangeLog | 58268 GST_GL_PLATFORM=egl GST_GL_API=gles2 GST_GL_WINDOW=x11 gst-launch-1.0 \ 58272 GST_GL_PLATFORM=egl GST_GL_API=gles2 GST_GL_WINDOW=x11 gst-launch-1.0 \ 58276 GST_GL_PLATFORM=egl GST_GL_API=gles2 GST_GL_WINDOW=x11 gst-launch-1.0 \ 61599 GstGLWindow *window = GST_GL_WINDOW (window_cocoa); 89966 GST_GL_PLATFORM=egl GST_GL_WINDOW=x11 GST_GL_API=gles2 89967 GST_GL_PLATFORM=egl GST_GL_WINDOW=x11 GST_GL_API=opengl 89968 GST_GL_PLATFORM=glx GST_GL_WINDOW=x11 GST_GL_API=opengl 89969 GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa GST_GL_API=opengl 89970 GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa GST_GL_API=opengl3 113042 GST_GL_PLATFORM=cocoa GST_GL_WINDOW=cocoa [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 1934 - gldisplay: Reorder GST_GL_WINDOW check for egl-device
|
D | ChangeLog | 610 gldisplay: Reorder GST_GL_WINDOW check for egl-device 3041 If GST_GL_WINDOW is unset but GST_GL_PLATFORM=egl, then we were choosing 3047 be created by setting GST_GL_WINDOW=egl or as one option. 12263 To use EGLDevice explicitly, set environment "GST_GL_WINDOW=egl-device" 23447 GST_GL_PLATFORM=egl GST_GL_API=gles2 GST_GL_WINDOW=x11 gst-launch-1.0 \ 23451 GST_GL_PLATFORM=egl GST_GL_API=gles2 GST_GL_WINDOW=x11 gst-launch-1.0 \ 23455 GST_GL_PLATFORM=egl GST_GL_API=gles2 GST_GL_WINDOW=x11 gst-launch-1.0 \ 23893 GstGLWindow *window = GST_GL_WINDOW (window_cocoa); 29296 GST_GL_PLATFORM=egl GST_GL_WINDOW=x11 GST_GL_API=gles2 29297 GST_GL_PLATFORM=egl GST_GL_WINDOW=x11 GST_GL_API=opengl [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 1934 - gldisplay: Reorder GST_GL_WINDOW check for egl-device
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 1934 - gldisplay: Reorder GST_GL_WINDOW check for egl-device
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 1934 - gldisplay: Reorder GST_GL_WINDOW check for egl-device
|