/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/ |
D | gstglwindow_android_egl.c | 105 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/ |
D | test-colorkey.c | 86 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/ |
D | gstglcaopengllayer.h | 40 GstGLWindowCB draw_cb; variable
|
D | gstglcaopengllayer.m | 176 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/ |
D | gstglwindow_gbm_egl.c | 154 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/ |
D | gstglwindow_viv_fb_egl.c | 177 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/ |
D | main.c | 131 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/ |
D | main.cpp | 110 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/ |
D | gstglwindow_eagl.m | 293 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/ |
D | gstglwindow_x11.c | 441 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/ |
D | gstglwindow_wayland_egl.c | 666 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/ |
D | gstglwindow.c | 458 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/ |
D | jsseek.c | 2453 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/ |
D | playback-test.c | 2221 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/ |
D | ChangeLog | 5969 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.
|