Searched refs:GstVulkanDisplay (Results 1 – 25 of 32) sorted by relevance
12
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkdisplay.h | 32 …SPLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VULKAN_DISPLAY,GstVulkanDisplay)) 44 #define GST_VULKAN_DISPLAY_CAST(obj) ((GstVulkanDisplay*)(obj)) 53 typedef struct _GstVulkanDisplay GstVulkanDisplay; typedef 121 gpointer (*get_handle) (GstVulkanDisplay * display); 122 GstVulkanWindow * (*create_window) (GstVulkanDisplay * display); 128 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GstVulkanDisplay, gst_object_unref) 131 GstVulkanDisplay * gst_vulkan_display_new (GstVulkanInstance *instance); 133 GstVulkanDisplay * gst_vulkan_display_new_with_type (GstVulkanInstance *instance, 142 gpointer gst_vulkan_display_get_handle (GstVulkanDisplay * display); 144 GstVulkanDisplayType gst_vulkan_display_get_handle_type (GstVulkanDisplay * display); [all …]
|
D | gstvkdisplay.c | 82 static gpointer gst_vulkan_display_default_get_handle (GstVulkanDisplay * 85 * gst_vulkan_display_default_create_window (GstVulkanDisplay * display); 97 G_DEFINE_TYPE_WITH_CODE (GstVulkanDisplay, gst_vulkan_display, GST_TYPE_OBJECT, 98 G_ADD_PRIVATE (GstVulkanDisplay) _init_debug ()); 101 _event_thread_main (GstVulkanDisplay * display) in _event_thread_main() 139 gst_vulkan_display_init (GstVulkanDisplay * display) in gst_vulkan_display_init() 170 GstVulkanDisplay *display = GST_VULKAN_DISPLAY (object); in gst_vulkan_display_finalize() 214 GstVulkanDisplay * 218 GstVulkanDisplay *display = NULL; in gst_vulkan_display_new_with_type() 261 GstVulkanDisplay * [all …]
|
D | gstvkutils.h | 30 GstVulkanDisplay ** display_ptr, 35 GstVulkanDisplay ** display, 40 GstVulkanDisplay * display,
|
D | gstvkutils.c | 197 GstVulkanDisplay ** display_ptr) in _vk_display_context_query() 247 GstVulkanDisplay ** display_ptr, GstVulkanInstance ** instance_ptr) in gst_vulkan_ensure_element_data() 330 GstVulkanDisplay ** display, GstVulkanInstance ** instance) in gst_vulkan_handle_set_context() 332 GstVulkanDisplay *display_replacement = NULL; in gst_vulkan_handle_set_context() 358 GstVulkanDisplay *old = *display; in gst_vulkan_handle_set_context() 391 GstVulkanDisplay * display, GstVulkanInstance * instance, in gst_vulkan_handle_context_query()
|
D | gstvkwindow.h | 99 GstVulkanDisplay *display; 146 GstVulkanWindow * gst_vulkan_window_new (GstVulkanDisplay *display); 149 GstVulkanDisplay * gst_vulkan_window_get_display (GstVulkanWindow *window);
|
D | vulkan_fwd.h | 61 typedef struct _GstVulkanDisplay GstVulkanDisplay; typedef
|
D | gstvkwindow.c | 260 gst_vulkan_window_new (GstVulkanDisplay * display) in gst_vulkan_window_new() 326 GstVulkanDisplay *
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/android/ |
D | gstvkdisplay_android.c | 36 static gpointer gst_vulkan_display_android_get_handle (GstVulkanDisplay * 51 GstVulkanDisplay *display = (GstVulkanDisplay *) display_android; in gst_vulkan_display_android_init() 83 gst_vulkan_display_android_get_handle (GstVulkanDisplay * display) in gst_vulkan_display_android_get_handle()
|
D | gstvkdisplay_android.h | 51 GstVulkanDisplay parent;
|
D | gstvkwindow_android.h | 73 GstVulkanWindowAndroid * gst_vulkan_window_android_new (GstVulkanDisplay * display);
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/ |
D | gstvkdisplay_xcb.c | 37 static gpointer gst_vulkan_display_xcb_get_handle (GstVulkanDisplay * display); 51 GstVulkanDisplay *display = (GstVulkanDisplay *) display_xcb; in gst_vulkan_display_xcb_init() 151 gst_vulkan_display_xcb_get_handle (GstVulkanDisplay * display) in gst_vulkan_display_xcb_get_handle()
|
D | gstvkwindow_xcb.h | 80 GstVulkanWindowXCB * gst_vulkan_window_xcb_new (GstVulkanDisplay * display);
|
D | gstvkdisplay_xcb.h | 60 GstVulkanDisplay parent;
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/ |
D | gstvkdisplay_wayland.c | 38 static gpointer gst_vulkan_display_wayland_get_handle (GstVulkanDisplay * 86 GstVulkanDisplay *display = (GstVulkanDisplay *) display_wayland; in gst_vulkan_display_wayland_init() 174 gst_vulkan_display_wayland_get_handle (GstVulkanDisplay * display) in gst_vulkan_display_wayland_get_handle()
|
D | gstvkdisplay_wayland.h | 61 GstVulkanDisplay parent;
|
D | gstvkwindow_wayland.h | 72 GstVulkanWindowWayland * gst_vulkan_window_wayland_new (GstVulkanDisplay * display);
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ios/ |
D | gstvkdisplay_ios.m | 38 static gpointer gst_vulkan_display_ios_get_handle (GstVulkanDisplay * display); 52 GstVulkanDisplay *display = (GstVulkanDisplay *) display_ios; 84 gst_vulkan_display_ios_get_handle (GstVulkanDisplay * display)
|
D | gstvkdisplay_ios.h | 51 GstVulkanDisplay parent;
|
D | gstvkwindow_ios.h | 75 GstVulkanWindowIos * gst_vulkan_window_ios_new (GstVulkanDisplay * display);
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | vkwindow.c | 29 static GstVulkanDisplay *display; 50 GstVulkanDisplay *win_display; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/cocoa/ |
D | gstvkdisplay_cocoa.m | 37 static gpointer gst_vulkan_display_cocoa_get_handle (GstVulkanDisplay * display); 193 GstVulkanDisplay *display = (GstVulkanDisplay *) display_cocoa; 244 gst_vulkan_display_cocoa_get_handle (GstVulkanDisplay * display)
|
D | gstvkdisplay_cocoa.h | 51 GstVulkanDisplay parent;
|
D | gstvkwindow_cocoa.h | 75 GstVulkanWindowCocoa * gst_vulkan_window_cocoa_new (GstVulkanDisplay * display);
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vksink.h | 47 GstVulkanDisplay *display;
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/ |
D | gstvkwindow_win32.h | 74 GstVulkanWindowWin32 * gst_vulkan_window_win32_new (GstVulkanDisplay * display);
|
12