Searched refs:window_resize (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/ |
D | gstglwindow_dispmanx_egl.c | 64 static void window_resize (GstGLWindowDispmanxEGL * window_egl, guint width, 170 window_resize (window_egl, 16, 16, FALSE); in gst_gl_window_dispmanx_egl_create_window() 221 window_resize (GstGLWindowDispmanxEGL * window_egl, guint width, guint height, in window_resize() function 314 window_resize (render->window_egl, render->rect.w, render->rect.h, TRUE); in _set_render_rectangle() 345 window_resize (window_egl, window_egl->preferred_width, in gst_gl_window_dispmanx_egl_show()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | gstglwindow_wayland_egl.c | 200 static void window_resize (GstGLWindowWaylandEGL * window_egl, guint width, 212 window_resize (window_egl, width, height); in handle_configure() 262 window_resize (window_egl, width, height); in handle_xdg_toplevel_configure() 647 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize() function 733 window_resize (render->window_egl, render->rect.w, render->rect.h); in _set_render_rectangle() 771 window_resize (window_egl, width, height); in gst_gl_window_wayland_egl_set_preferred_size()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 4936 gl/dispmanx: assign render_rect to window before window_resize 4938 `window_resize` the resize defaults to the dp_width and dp_height to
|