Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdevice.c135 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_set_property()
151 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_get_property()
178 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_constructed()
214 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_dispose()
232 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_finalize()
Dgstvkdevice.h30 #define GST_VULKAN_DEVICE(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_VULKAN_DEVICE, Gst… macro