Home
last modified time | relevance | path

Searched refs:draw_notify (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcaopengllayer.m52 if (self->draw_notify)
53 self->draw_notify (self->draw_data);
173 if (self->draw_notify)
174 self->draw_notify (self->draw_data);
178 self->draw_notify = notify;
Dgstglcaopengllayer.h42 GDestroyNotify draw_notify; variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c801 if (window->draw_notify) in gst_gl_window_set_draw_callback()
802 window->draw_notify (window->draw_data); in gst_gl_window_set_draw_callback()
806 window->draw_notify = destroy_notify; in gst_gl_window_set_draw_callback()
Dgstglwindow.h109 GDestroyNotify draw_notify; member