Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkwindow_wayland.c66 GstVulkanWindowWayland *window_wl = data; in handle_ping() local
68 GST_TRACE_OBJECT (window_wl, "ping received serial %u", serial); in handle_ping()
81 GstVulkanWindowWayland *window_wl = data; in handle_configure() local
83 GST_DEBUG_OBJECT (window_wl, "configure event on surface %p, %ix%i", in handle_configure()
101 destroy_surfaces (GstVulkanWindowWayland * window_wl) in destroy_surfaces() argument
103 GST_DEBUG_OBJECT (window_wl, "destroying created surfaces"); in destroy_surfaces()
105 if (window_wl->shell_surface) { in destroy_surfaces()
106 wl_shell_surface_destroy (window_wl->shell_surface); in destroy_surfaces()
107 window_wl->shell_surface = NULL; in destroy_surfaces()
109 if (window_wl->surface) { in destroy_surfaces()
[all …]