Home
last modified time | relevance | path

Searched refs:GST_GL_WINDOW (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c299 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 …]
Dgstglwindow.h37 #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/
Dgstglwindow_viv_fb_egl.c145 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/
Dgstglwindow_wayland_egl.c101 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/
Dgstglwindow_x11.c232 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/
Dgstglwindow_gbm_egl.c157 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/
Dgstglwindow_android_egl.c108 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglwindow_cocoa.m198 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/
Dgstglwindow_eagl.m193 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/
Dgstglwindow_dispmanx_egl.c224 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c561 window = GST_GL_WINDOW (window_win32); in window_proc()
/third_party/gstreamer/gstreamer/docs/
Dindex.md323 **GST_GL_WINDOW.**
/third_party/gstreamer/gstreamer/docs/gst/
Drunning.md314 **`GST_GL_WINDOW`.**
/third_party/gstreamer/gstplugins_bad/
DNEWS1934 - gldisplay: Reorder GST_GL_WINDOW check for egl-device
DChangeLog58268 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/
DNEWS1934 - gldisplay: Reorder GST_GL_WINDOW check for egl-device
DChangeLog610 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/
DNEWS1934 - gldisplay: Reorder GST_GL_WINDOW check for egl-device
/third_party/gstreamer/gstreamer/
DNEWS1934 - gldisplay: Reorder GST_GL_WINDOW check for egl-device
/third_party/gstreamer/gst_libav/
DNEWS1934 - gldisplay: Reorder GST_GL_WINDOW check for egl-device