Home
last modified time | relevance | path

Searched refs:enum_completed (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfdevice.c161 gboolean enum_completed; member
375 self->enum_completed = FALSE; in gst_mf_device_provider_start_winrt()
382 while (!self->enum_completed) in gst_mf_device_provider_start_winrt()
552 if (self->enum_completed) in gst_mf_device_provider_device_added()
563 if (self->enum_completed) in gst_mf_device_provider_device_removed()
586 self->enum_completed = TRUE; in gst_mf_device_provider_device_enum_completed()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2device.c148 gboolean enum_completed; member
381 self->enum_completed = FALSE; in gst_wasapi2_device_provider_start()
388 while (!self->enum_completed) in gst_wasapi2_device_provider_start()
511 if (self->enum_completed) in gst_wasapi2_device_provider_device_added()
522 if (self->enum_completed) in gst_wasapi2_device_provider_device_removed()
544 self->enum_completed = TRUE; in gst_wasapi2_device_provider_device_enum_completed()