Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapidevice.c187 GList *new_devices = NULL; in gst_wasapi_device_provider_update_devices() local
197 new_devices = gst_wasapi_device_provider_probe (provider); in gst_wasapi_device_provider_update_devices()
202 for (iter = new_devices; iter; iter = g_list_next (iter)) in gst_wasapi_device_provider_update_devices()
206 for (iter = new_devices; iter; iter = g_list_next (iter)) { in gst_wasapi_device_provider_update_devices()
214 if (!gst_wasapi_device_is_in_list (new_devices, GST_DEVICE (iter->data))) { in gst_wasapi_device_provider_update_devices()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfdevice.c483 GList *new_devices = NULL; in gst_mf_device_provider_update_devices() local
493 new_devices = gst_mf_device_provider_probe (provider); in gst_mf_device_provider_update_devices()
498 for (iter = new_devices; iter; iter = g_list_next (iter)) in gst_mf_device_provider_update_devices()
502 for (iter = new_devices; iter; iter = g_list_next (iter)) { in gst_mf_device_provider_update_devices()
510 if (!gst_mf_device_is_in_list (new_devices, GST_DEVICE (iter->data))) { in gst_mf_device_provider_update_devices()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2device.c456 GList *new_devices = NULL; in gst_wasapi2_device_provider_update_devices() local
466 new_devices = gst_wasapi2_device_provider_probe (provider); in gst_wasapi2_device_provider_update_devices()
471 for (iter = new_devices; iter; iter = g_list_next (iter)) in gst_wasapi2_device_provider_update_devices()
475 for (iter = new_devices; iter; iter = g_list_next (iter)) { in gst_wasapi2_device_provider_update_devices()
483 if (!gst_wasapi2_device_is_in_list (new_devices, GST_DEVICE (iter->data))) { in gst_wasapi2_device_provider_update_devices()