Home
last modified time | relevance | path

Searched refs:GST_IS_VULKAN_PHYSICAL_DEVICE (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.h32 #define GST_IS_VULKAN_PHYSICAL_DEVICE(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GST_TYPE_VULKAN_PH… macro
Dgstvkphysicaldevice.c953 g_return_val_if_fail (GST_IS_VULKAN_PHYSICAL_DEVICE (device), NULL); in gst_vulkan_physical_device_get_handle()
969 g_return_val_if_fail (GST_IS_VULKAN_PHYSICAL_DEVICE (device), NULL); in gst_vulkan_physical_device_get_instance()
1023 g_return_val_if_fail (GST_IS_VULKAN_PHYSICAL_DEVICE (device), FALSE); in gst_vulkan_physical_device_get_layer_info()
1076 g_return_val_if_fail (GST_IS_VULKAN_PHYSICAL_DEVICE (device), FALSE); in gst_vulkan_physical_device_get_extension_info()
Dgstvkdevice.c98 g_return_val_if_fail (GST_IS_VULKAN_PHYSICAL_DEVICE (physical_device), NULL); in gst_vulkan_device_new()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dvkdeviceprovider.c64 fail_unless (GST_IS_VULKAN_PHYSICAL_DEVICE (vk_phys_device)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdeviceprovider.c469 g_return_val_if_fail (GST_IS_VULKAN_PHYSICAL_DEVICE (device), NULL); in gst_vulkan_device_object_new()