Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.h30 #define GST_VULKAN_PHYSICAL_DEVICE(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_VULKAN_PH… macro
Dgstvkphysicaldevice.c120 GstVulkanPhysicalDevice *device = GST_VULKAN_PHYSICAL_DEVICE (object); in gst_vulkan_physical_device_set_property()
147 GstVulkanPhysicalDevice *device = GST_VULKAN_PHYSICAL_DEVICE (object); in gst_vulkan_physical_device_get_property()
195 GstVulkanPhysicalDevice *device = GST_VULKAN_PHYSICAL_DEVICE (object); in gst_vulkan_physical_device_constructed()
241 GstVulkanPhysicalDevice *device = GST_VULKAN_PHYSICAL_DEVICE (object); in gst_vulkan_physical_device_finalize()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdeviceprovider.c379 GstVulkanPhysicalDevice *physical = GST_VULKAN_PHYSICAL_DEVICE (user_data); in device_context_probe()