Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.h30 … (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_VULKAN_PHYSICAL_DEVICE, GstVulkanPhysicalDevice))
86 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GstVulkanPhysicalDevice, gst_object_unref)
89 GstVulkanPhysicalDevice * gst_vulkan_physical_device_new (GstVulkanInstance * in…
92 …tance * gst_vulkan_physical_device_get_instance (GstVulkanPhysicalDevice * device);
95 …vice gst_vulkan_physical_device_get_handle (GstVulkanPhysicalDevice * device);
98 … gst_vulkan_physical_device_get_extension_info (GstVulkanPhysicalDevice * device,
102 … gst_vulkan_physical_device_get_layer_info (GstVulkanPhysicalDevice * device,
Dgstvkphysicaldevice.c86 G_DEFINE_TYPE_WITH_CODE (GstVulkanPhysicalDevice, gst_vulkan_physical_device,
87 GST_TYPE_OBJECT, G_ADD_PRIVATE (GstVulkanPhysicalDevice);
90 static gboolean gst_vulkan_physical_device_fill_info (GstVulkanPhysicalDevice *
101 GstVulkanPhysicalDevice *
105 GstVulkanPhysicalDevice *device; in gst_vulkan_physical_device_new()
120 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()
166 gst_vulkan_physical_device_init (GstVulkanPhysicalDevice * device) in gst_vulkan_physical_device_init()
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()
[all …]
Dgstvkdevice.h66 GstVulkanPhysicalDevice *physical_device;
90 GstVulkanDevice * gst_vulkan_device_new (GstVulkanPhysicalDevice * physical_dev…
Dvulkan_fwd.h37 typedef struct _GstVulkanPhysicalDevice GstVulkanPhysicalDevice; typedef
Dgstvkdevice.c94 gst_vulkan_device_new (GstVulkanPhysicalDevice * physical_device) in gst_vulkan_device_new()
120 GstVulkanPhysicalDevice *physical; in gst_vulkan_device_new_with_index()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdeviceprovider.c37 static GstDevice *gst_vulkan_device_object_new (GstVulkanPhysicalDevice *
114 fill_properties (GstVulkanPhysicalDevice * device, GstStructure * s) in fill_properties()
275 GstVulkanPhysicalDevice *device; in gst_vulkan_device_provider_probe()
379 GstVulkanPhysicalDevice *physical = GST_VULKAN_PHYSICAL_DEVICE (user_data); in device_context_probe()
461 gst_vulkan_device_object_new (GstVulkanPhysicalDevice * device, GstCaps * caps, in gst_vulkan_device_object_new()
Dvkdeviceprovider.h79 GstVulkanPhysicalDevice *physical_device;
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dvkdeviceprovider.c50 GstVulkanPhysicalDevice *vk_phys_device; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
DChangeLog23668 GstVulkanPhysicalDevice.