Home
last modified time | relevance | path

Searched refs:gst_gl_window_resize (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/
Dgstglwindow_viv_fb_egl.c145 gst_gl_window_resize (GST_GL_WINDOW (window_egl), window_egl->window_width, in gst_gl_window_viv_fb_egl_create_window()
173 gst_gl_window_resize (window, width, height); in gst_gl_window_viv_fb_egl_set_window_handle()
191 gst_gl_window_resize (window, width, height); in draw_cb()
256 gst_gl_window_resize (window, render->rect.w, render->rect.h); in _set_render_rectangle()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstglwindow_gbm_egl.c245 gst_gl_window_resize (window, width, height); in draw_cb()
369 gst_gl_window_resize (window, hdisplay, vdisplay); in gst_gl_window_gbm_init_surface()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/
Dgstglwindow_android_egl.c124 gst_gl_window_resize (window, width, height); in draw_cb()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c568 gst_gl_window_resize (window, LOWORD (lParam), HIWORD (lParam)); in window_proc()
576 gst_gl_window_resize (window, width, height); in window_proc()
604 gst_gl_window_resize (window, width, height); in window_proc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglwindow_x11.c416 gst_gl_window_resize (window, width, height); in _show_window()
487 gst_gl_window_resize (window, width, height); in draw_cb()
566 gst_gl_window_resize (window, configure_event->width, in gst_gl_window_x11_handle_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c403 gst_gl_window_resize (GST_GL_WINDOW (window_egl), width, height); in create_surfaces()
659 gst_gl_window_resize (window, width, height); in window_resize()
681 gst_gl_window_resize (window, width, height); in draw_cb()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/winrt/
Dgstglwindow_winrt_egl.cpp678 gst_gl_window_resize (window, width, height); in gst_gl_window_winrt_egl_show()
695 gst_gl_window_resize (window, width, height); in gst_gl_window_winrt_egl_on_resize()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.h270 void gst_gl_window_resize (GstGLWindow *window, guint width, guint height);
Dgstglwindow.c467 gst_gl_window_resize (window, width, height); in draw_cb()
1103 gst_gl_window_resize (GstGLWindow * window, guint width, guint height) in gst_gl_window_resize() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/
Dgstglwindow_dispmanx_egl.c282 gst_gl_window_resize (window, width, height); in window_resize()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglwindow_eagl.m321 gst_gl_window_resize (window, window_eagl->priv->window_width,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglwindow_cocoa.m445 /* don't use the default gst_gl_window_resize() as that will marshal through
/third_party/gstreamer/gstplugins_base/
DChangeLog5988 excessive gst_gl_window_resize calls on each frame, at least if the CGFloat
25349 glwindow: marshal gst_gl_window_resize through the window loop
28788 necessary gst_gl_window_resize() call for the dispmanx backend.
/third_party/gstreamer/gstplugins_bad/
DChangeLog69628 glwindow: marshal gst_gl_window_resize through the window loop
87222 necessary gst_gl_window_resize() call for the dispmanx backend.