Home
last modified time | relevance | path

Searched refs:GST_GL_WINDOW_GET_CLASS (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c386 GstGLWindowClass *window_class = GST_GL_WINDOW_GET_CLASS (data->window); in _set_window_handle_cb()
442 window_class = GST_GL_WINDOW_GET_CLASS (window); in gst_gl_window_set_window_handle()
498 window_class = GST_GL_WINDOW_GET_CLASS (window); in gst_gl_window_draw()
526 window_class = GST_GL_WINDOW_GET_CLASS (window); in gst_gl_window_set_preferred_size()
546 window_class = GST_GL_WINDOW_GET_CLASS (window); in gst_gl_window_show()
574 window_class = GST_GL_WINDOW_GET_CLASS (window); in gst_gl_window_run()
609 window_class = GST_GL_WINDOW_GET_CLASS (window); in gst_gl_window_quit()
685 window_class = GST_GL_WINDOW_GET_CLASS (window); in gst_gl_window_send_message()
749 window_class = GST_GL_WINDOW_GET_CLASS (window); in gst_gl_window_has_output_surface()
776 window_class = GST_GL_WINDOW_GET_CLASS (window); in gst_gl_window_send_message_async()
[all …]
Dgstglwindow.h41 #define GST_GL_WINDOW_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS((o), GST_TYPE_GL_WINDOW, GstGLWindowC… macro
Dgstglcontext.c1229 window_class = GST_GL_WINDOW_GET_CLASS (context->window); in gst_gl_context_create_thread()