Home
last modified time | relevance | path

Searched refs:GST_GL_WINDOW_CLASS (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/
Dgstglwindow_viv_fb_egl.c108 GST_GL_WINDOW_CLASS (parent_class)->close (window); in gst_gl_window_viv_fb_egl_close()
133 return GST_GL_WINDOW_CLASS (parent_class)->open (window, error); in gst_gl_window_viv_fb_egl_open()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/
Dgstglwindow_dispmanx_egl.c142 GST_GL_WINDOW_CLASS (parent_class)->close (window); in gst_gl_window_dispmanx_egl_close()
161 return GST_GL_WINDOW_CLASS (parent_class)->open (window, error); in gst_gl_window_dispmanx_egl_open()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.h38 #define GST_GL_WINDOW_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GST_TYPE_GL_WINDOW, GstGLWindowCla… macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c131 if (!GST_GL_WINDOW_CLASS (parent_class)->open (window, error)) in gst_gl_window_win32_open()
167 GST_GL_WINDOW_CLASS (parent_class)->close (window); in gst_gl_window_win32_close()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglwindow_x11.c182 return GST_GL_WINDOW_CLASS (parent_class)->open (window, error); in gst_gl_window_x11_open()
285 GST_GL_WINDOW_CLASS (parent_class)->close (window); in gst_gl_window_x11_close()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstglwindow_gbm_egl.c138 GST_GL_WINDOW_CLASS (gst_gl_window_gbm_egl_parent_class)->close (window); in gst_gl_window_gbm_egl_close()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c481 GST_GL_WINDOW_CLASS (parent_class)->close (gl_window); in gst_gl_window_wayland_egl_close()
590 if (!GST_GL_WINDOW_CLASS (parent_class)->open (window, error)) in gst_gl_window_wayland_egl_open()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/winrt/
Dgstglwindow_winrt_egl.cpp725 GST_GL_WINDOW_CLASS (parent_class)->quit (window); in gst_gl_window_winrt_egl_quit()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglwindow_eagl.m237 GST_GL_WINDOW_CLASS (parent_class)->quit (window);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglwindow_cocoa.m530 GST_GL_WINDOW_CLASS (parent_class)->quit (window);