Home
last modified time | relevance | path

Searched defs:_GstVulkanWindowCocoaPrivate (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/cocoa/
Dgstvkwindow_cocoa.m61 struct _GstVulkanWindowCocoaPrivate struct
63 gpointer internal_win_id;
64 gpointer internal_view;
66 gint preferred_width;
67 gint preferred_height;
69 gboolean visible;
72 #define gst_vulkan_window_cocoa_parent_class parent_class
73 G_DEFINE_TYPE_WITH_CODE (GstVulkanWindowCocoa, gst_vulkan_window_cocoa,
76 static VkSurfaceKHR gst_vulkan_window_cocoa_get_surface (GstVulkanWindow * window,
78 static gboolean gst_vulkan_window_cocoa_get_presentation_support (GstVulkanWindow
[all …]