Home
last modified time | relevance | path

Searched refs:GST_GL_WINDOW_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c618 GST_GL_WINDOW_UNLOCK (window); in gst_gl_window_quit()
808 GST_GL_WINDOW_UNLOCK (window); in gst_gl_window_set_draw_callback()
837 GST_GL_WINDOW_UNLOCK (window); in gst_gl_window_set_resize_callback()
866 GST_GL_WINDOW_UNLOCK (window); in gst_gl_window_set_close_callback()
942 GST_GL_WINDOW_UNLOCK (window); in gst_gl_window_get_surface_dimensions()
1038 GST_GL_WINDOW_UNLOCK (window); in gst_gl_window_set_render_rectangle()
1045 GST_GL_WINDOW_UNLOCK (window); in gst_gl_window_set_render_rectangle()
1089 GST_GL_WINDOW_UNLOCK (resize->window); in _on_resize()
Dgstglwindow.h44 #define GST_GL_WINDOW_UNLOCK(w) g_mutex_unlock(&GST_GL_WINDOW(w)->lock) macro