Home
last modified time | relevance | path

Searched refs:gst_vulkan_window_resize (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkwindow.h186 void gst_vulkan_window_resize (GstVulkanWindow *window,
Dgstvkwindow.c438 gst_vulkan_window_resize (GstVulkanWindow * window, gint width, gint height) in gst_vulkan_window_resize() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkwindow_wayland.c157 gst_vulkan_window_resize (GST_VULKAN_WINDOW (window_wl), in create_surfaces()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ios/
Dgstvkwindow_ios.m311 gst_vulkan_window_resize (GST_VULKAN_WINDOW (self->window_ios), rect.width, rect.height);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dgstvkwindow_xcb.c430 gst_vulkan_window_resize (GST_VULKAN_WINDOW (window_xcb), in gst_vulkan_window_xcb_handle_event()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c517 gst_vulkan_window_resize (window, LOWORD (lParam), HIWORD (lParam)); in window_proc()