Home
last modified time | relevance | path

Searched refs:draw_cb (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/
Dgstglwindow_android_egl.c105 draw_cb (gpointer data) in draw_cb() function
139 gst_gl_window_send_message (window, (GstGLWindowCB) draw_cb, window); in gst_gl_window_android_egl_draw()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-colorkey.c86 draw_cb (GtkWidget * widget, cairo_t * cr, gpointer data) in draw_cb() function
241 G_CALLBACK (draw_cb), NULL); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcaopengllayer.h40 GstGLWindowCB draw_cb; variable
Dgstglcaopengllayer.m176 self->draw_cb = cb;
256 if (self->draw_cb)
257 self->draw_cb (self->draw_data);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstglwindow_gbm_egl.c154 draw_cb (gpointer data) in draw_cb() function
314 gst_gl_window_send_message (window, (GstGLWindowCB) draw_cb, window); in gst_gl_window_gbm_egl_draw()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/
Dgstglwindow_viv_fb_egl.c177 draw_cb (gpointer data) in draw_cb() function
214 gst_gl_window_send_message (window, (GstGLWindowCB) draw_cb, window); in gst_gl_window_viv_fb_egl_draw()
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmain.c131 draw_cb (GtkWidget * widget, cairo_t * cr, gpointer data) in draw_cb() function
156 g_signal_connect (app->video, "draw", G_CALLBACK (draw_cb), app); in build_ui()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/
Dmain.cpp110 draw_cb (GtkWidget * widget, cairo_t * cr, GstElement * videosink) in draw_cb() function
434 g_signal_connect (area, "draw", G_CALLBACK (draw_cb), videosink); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglwindow_eagl.m293 draw_cb (gpointer data) function
343 gst_gl_window_send_message (window, (GstGLWindowCB) draw_cb, window);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglwindow_x11.c441 draw_cb (gpointer data) in draw_cb() function
502 gst_gl_window_send_message (window, (GstGLWindowCB) draw_cb, window); in gst_gl_window_x11_draw()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c666 draw_cb (gpointer data) in draw_cb() function
698 gst_gl_window_send_message (window, (GstGLWindowCB) draw_cb, window); in gst_gl_window_wayland_egl_draw()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c458 draw_cb (gpointer data) in draw_cb() function
481 gst_gl_window_send_message (window, (GstGLWindowCB) draw_cb, window); in gst_gl_window_default_draw()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c2453 draw_cb (GtkWidget * widget, cairo_t * cr, gpointer data) in draw_cb() function
2731 g_signal_connect (video_window, "draw", G_CALLBACK (draw_cb), NULL); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c2221 draw_cb (GtkWidget * widget, cairo_t * cr, PlaybackApp * app) in draw_cb() function
2721 g_signal_connect (app->video_window, "draw", G_CALLBACK (draw_cb), app); in create_ui()
/third_party/gstreamer/gstplugins_base/
DChangeLog5969 updated and then draw_cb will never trigger the resize path, because the
5984 gl/eagl: Fix resize condition check in draw_cb to not get called unnecessarily
8243 in GstGLWindowX11Private and what's expected in the draw_cb function.