Home
last modified time | relevance | path

Searched refs:gstdev (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2deviceprovider.c236 GstV4l2Device *gstdev; in gst_v4l2_device_provider_device_from_udev() local
301 gstdev = gst_v4l2_device_provider_probe_device (provider, device_path, in gst_v4l2_device_provider_device_from_udev()
304 if (gstdev) in gst_v4l2_device_provider_device_from_udev()
305 gstdev->syspath = g_strdup (g_udev_device_get_sysfs_path (udev_device)); in gst_v4l2_device_provider_device_from_udev()
307 return GST_DEVICE (gstdev); in gst_v4l2_device_provider_device_from_udev()
321 GstDevice *gstdev = NULL; in uevent_cb() local
323 gstdev = gst_v4l2_device_provider_device_from_udev (self, device); in uevent_cb()
325 if (gstdev) in uevent_cb()
326 gst_device_provider_device_add (provider, gstdev); in uevent_cb()
328 GstV4l2Device *gstdev = NULL; in uevent_cb() local
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Ddshowdeviceprovider.cpp227 GstDshowDevice *gstdev; in gst_dshow_device_new() local
250 gstdev = (GstDshowDevice *) g_object_new (GST_TYPE_DSHOW_DEVICE, in gst_dshow_device_new()
253 gstdev->type = type; in gst_dshow_device_new()
254 gstdev->device = g_strdup (device_path); in gst_dshow_device_new()
255 gstdev->device_name = g_strdup (device_name); in gst_dshow_device_new()
256 gstdev->device_index = device_index; in gst_dshow_device_new()
257 gstdev->element = element; in gst_dshow_device_new()
259 return GST_DEVICE (gstdev); in gst_dshow_device_new()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsadeviceprovider.c303 GstAlsaDevice *gstdev; in gst_alsa_device_new() local
325 gstdev = g_object_new (GST_TYPE_ALSA_DEVICE, in gst_alsa_device_new()
329 gstdev->stream = stream; in gst_alsa_device_new()
330 gstdev->element = element; in gst_alsa_device_new()
335 return GST_DEVICE (gstdev); in gst_alsa_device_new()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdeviceprovider.c464 GstVulkanDeviceObject *gstdev; in gst_vulkan_device_object_new() local
486 gstdev = in gst_vulkan_device_object_new()
490 gstdev->physical_device = device; in gst_vulkan_device_object_new()
491 gstdev->type = type; in gst_vulkan_device_object_new()
492 g_object_get (device, "device-index", &gstdev->device_index, NULL); in gst_vulkan_device_object_new()
493 gstdev->element = element; in gst_vulkan_device_object_new()
494 gstdev->is_default = is_default; in gst_vulkan_device_object_new()
498 return GST_DEVICE (gstdev); in gst_vulkan_device_object_new()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfdeviceprovider.m221 GstAvfDevice *gstdev;
240 gstdev = g_object_new (GST_TYPE_AVF_DEVICE,
244 gstdev->type = type;
245 gstdev->element = element;
247 return GST_DEVICE (gstdev);
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxaudiodeviceprovider.c359 GstOsxAudioDevice *gstdev; in gst_osx_audio_device_new() local
391 gstdev = g_object_new (GST_TYPE_OSX_AUDIO_DEVICE, "device-id", in gst_osx_audio_device_new()
395 gstdev->element = element_name; in gst_osx_audio_device_new()
398 return gstdev; in gst_osx_audio_device_new()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c719 GstKsDevice *gstdev; in gst_ks_device_new() local
747 gstdev = g_object_new (GST_TYPE_KS_DEVICE, in gst_ks_device_new()
751 gstdev->type = type; in gst_ks_device_new()
752 gstdev->device_index = device_index; in gst_ks_device_new()
753 gstdev->path = g_strdup (device_path); in gst_ks_device_new()
754 gstdev->element = element; in gst_ks_device_new()
756 return GST_DEVICE (gstdev); in gst_ks_device_new()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c702 GstPulseDevice *gstdev; in gst_pulse_device_new() local
726 gstdev = g_object_new (GST_TYPE_PULSE_DEVICE, in gst_pulse_device_new()
730 gstdev->type = type; in gst_pulse_device_new()
731 gstdev->device_index = device_index; in gst_pulse_device_new()
732 gstdev->element = element; in gst_pulse_device_new()
733 gstdev->is_default = is_default; in gst_pulse_device_new()
738 return GST_DEVICE (gstdev); in gst_pulse_device_new()