/third_party/gstreamer/gstreamer/gst/ |
D | gstdevice.c | 63 gchar *device_class; member 126 g_free (device->priv->device_class); in gst_device_finalize() 177 gstdevice->priv->device_class = g_value_dup_string (value); in gst_device_set_property() 284 if (device->priv->device_class != NULL) in gst_device_get_device_class() 285 return g_strdup (device->priv->device_class); in gst_device_get_device_class() 370 found = strstr (device->priv->device_class, klass); in gst_device_has_classesv() 374 if (found != device->priv->device_class && *(found - 1) != '/') in gst_device_has_classesv()
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2client.cpp | 239 GstWasapi2ClientDeviceClass device_class; member 337 self->device_class = DEFAULT_DEVICE_CLASS; in gst_wasapi2_client_init() 420 g_value_set_enum (value, self->device_class); in gst_wasapi2_client_get_property() 453 self->device_class = in gst_wasapi2_client_set_property() 526 if (self->device_class == GST_WASAPI2_CLIENT_DEVICE_CLASS_CAPTURE) in gst_wasapi2_client_get_default_device_id() 553 DeviceClass device_class; in gst_wasapi2_client_activate_async() local 565 self->device_class == in gst_wasapi2_client_activate_async() 569 if (self->device_class == GST_WASAPI2_CLIENT_DEVICE_CLASS_CAPTURE) { in gst_wasapi2_client_activate_async() 570 device_class = DeviceClass::DeviceClass_AudioCapture; in gst_wasapi2_client_activate_async() 572 device_class = DeviceClass::DeviceClass_AudioRender; in gst_wasapi2_client_activate_async() [all …]
|
D | gstwasapi2ringbuffer.cpp | 141 GstWasapi2ClientDeviceClass device_class; member 322 if (self->device_class == GST_WASAPI2_CLIENT_DEVICE_CLASS_RENDER) { in gst_wasapi2_ring_buffer_post_open_error() 359 if (self->device_class == GST_WASAPI2_CLIENT_DEVICE_CLASS_RENDER) { in gst_wasapi2_ring_buffer_post_io_error() 382 self->client = gst_wasapi2_client_new (self->device_class, in gst_wasapi2_ring_buffer_open_device() 392 if (self->device_class == GST_WASAPI2_CLIENT_DEVICE_CLASS_LOOPBACK_CAPTURE) { in gst_wasapi2_ring_buffer_open_device() 679 switch (self->device_class) { in gst_wasapi2_ring_buffer_io_callback() 697 self->device_class != GST_WASAPI2_CLIENT_DEVICE_CLASS_LOOPBACK_CAPTURE && in gst_wasapi2_ring_buffer_io_callback() 780 g_return_val_if_fail (self->device_class == in gst_wasapi2_ring_buffer_loopback_callback() 973 if (self->device_class == GST_WASAPI2_CLIENT_DEVICE_CLASS_LOOPBACK_CAPTURE) { in gst_wasapi2_ring_buffer_acquire() 1005 self->device_class != GST_WASAPI2_CLIENT_DEVICE_CLASS_LOOPBACK_CAPTURE) { in gst_wasapi2_ring_buffer_acquire() [all …]
|
D | gstwasapi2device.c | 45 GstWasapi2ClientDeviceClass device_class; member 101 if (self->device_class == GST_WASAPI2_CLIENT_DEVICE_CLASS_LOOPBACK_CAPTURE) in gst_wasapi2_device_create_element() 268 const gchar *device_class, *factory_name; in gst_wasapi2_device_provider_probe_internal() local 271 device_class = "Audio/Sink"; in gst_wasapi2_device_provider_probe_internal() 274 device_class = "Audio/Source"; in gst_wasapi2_device_provider_probe_internal() 330 "device-class", device_class, "properties", props, NULL); in gst_wasapi2_device_provider_probe_internal() 332 GST_WASAPI2_DEVICE (device)->device_class = client_class; in gst_wasapi2_device_provider_probe_internal()
|
D | gstwasapi2src.c | 350 GstWasapi2ClientDeviceClass device_class = in gst_wasapi2_src_create_ringbuffer() local 354 device_class = GST_WASAPI2_CLIENT_DEVICE_CLASS_LOOPBACK_CAPTURE; in gst_wasapi2_src_create_ringbuffer() 359 gst_wasapi2_ring_buffer_new (device_class, in gst_wasapi2_src_create_ringbuffer()
|
D | gstwasapi2client.h | 43 GstWasapi2Client * gst_wasapi2_client_new (GstWasapi2ClientDeviceClass device_class,
|
D | gstwasapi2ringbuffer.h | 33 GstAudioRingBuffer * gst_wasapi2_ring_buffer_new (GstWasapi2ClientDeviceClass device_class,
|
/third_party/gstreamer/gstplugins_bad/sys/asio/ |
D | gstasiodeviceprovider.cpp | 165 const gchar *device_class, *factory_name; in gst_asio_device_provider_probe_internal() local 171 device_class = "Audio/Source"; in gst_asio_device_provider_probe_internal() 174 device_class = "Audio/Sink"; in gst_asio_device_provider_probe_internal() 236 "device-class", device_class, "properties", props, nullptr); in gst_asio_device_provider_probe_internal()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/winrt/ |
D | gstwinrtdevicewatcher.cpp | 233 GstWinRTDeviceClass device_class; member 352 priv->device_class = (GstWinRTDeviceClass) g_value_get_enum (value); in gst_winrt_device_watcher_set_property() 369 g_value_set_enum (value, priv->device_class); in gst_winrt_device_watcher_get_property() 421 hr = factory->CreateWatcherDeviceClass ((DeviceClass) priv->device_class, in gst_winrt_device_watcher_thread_func_inner() 615 gst_winrt_device_watcher_new (GstWinRTDeviceClass device_class, in gst_winrt_device_watcher_new() argument 624 g_object_new (GST_TYPE_WINRT_DEVICE_WATCHER, "device-class", device_class, in gst_winrt_device_watcher_new()
|
D | gstwinrtdevicewatcher.h | 124 GstWinRTDeviceWatcher * gst_winrt_device_watcher_new (GstWinRTDeviceClass device_class,
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-device-monitor.c | 177 gchar *device_class, *str, *name; in print_device() local 187 device_class = gst_device_get_device_class (device); in print_device() 192 g_print ("\tclass : %s\n", device_class); in print_device() 230 g_free (device_class); in print_device()
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | gstrpicamsrcdeviceprovider.c | 93 GstDeviceClass *device_class = GST_DEVICE_CLASS (klass); in gst_rpi_cam_src_device_class_init() local 95 device_class->create_element = gst_rpi_cam_src_device_create_element; in gst_rpi_cam_src_device_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkdescriptorpool.c | 60 device_class) in gst_vulkan_descriptor_pool_class_init() 62 GObjectClass *gobject_class = (GObjectClass *) device_class; in gst_vulkan_descriptor_pool_class_init()
|
D | gstvkcommandpool.c | 69 gst_vulkan_command_pool_class_init (GstVulkanCommandPoolClass * device_class) in gst_vulkan_command_pool_class_init() argument 71 GObjectClass *gobject_class = (GObjectClass *) device_class; in gst_vulkan_command_pool_class_init()
|
D | gstvkdevice.c | 190 gst_vulkan_device_class_init (GstVulkanDeviceClass * device_class) in gst_vulkan_device_class_init() argument 192 GObjectClass *gobject_class = (GObjectClass *) device_class; in gst_vulkan_device_class_init()
|
D | gstvkphysicaldevice.c | 213 device_class) in gst_vulkan_physical_device_class_init() 215 GObjectClass *gobject_class = (GObjectClass *) device_class; in gst_vulkan_physical_device_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstdevice.c | 92 gchar *device_class; in GST_START_TEST() local 98 device_class = gst_device_get_device_class (device); in GST_START_TEST() 101 fail_unless_equals_string (DEVICE_CLASS, device_class); in GST_START_TEST() 105 g_free (device_class); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstwasapiutil.c | 317 const gchar *device_class, *element_name; in gst_wasapi_util_get_devices() local 366 device_class = "Audio/Sink"; in gst_wasapi_util_get_devices() 369 device_class = "Audio/Source"; in gst_wasapi_util_get_devices() 426 "device-class", device_class, "properties", props, NULL); in gst_wasapi_util_get_devices()
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_libpci.cpp | 105 switch (device->device_class) in GetPCIDevicesWithLibPCI()
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_libpci.cpp | 108 if (device->device_class >> 8 != PCI_BASE_CLASS_DISPLAY) in GetPCIDevicesWithLibPCI()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklink.cpp | 1367 const gchar *device_class; in gst_decklink_device_new() local 1372 device_class = video ? "Video/Source/Hardware" : "Audio/Source/Hardware"; in gst_decklink_device_new() 1374 device_class = video ? "Video/Sink/Hardware" : "Audio/Sink/Hardware"; in gst_decklink_device_new() 1414 "device-class", device_class, "caps", caps, "properties", properties, in gst_decklink_device_new()
|