Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstdeviceprovider.c58 gint started_count; member
168 provider->priv->started_count = 0; in gst_device_provider_init()
415 started = (provider->priv->started_count > 0); in gst_device_provider_get_devices()
469 if (provider->priv->started_count > 0) { in gst_device_provider_start()
470 provider->priv->started_count++; in gst_device_provider_start()
500 provider->priv->started_count++; in gst_device_provider_start()
501 } else if (provider->priv->started_count == 0) { in gst_device_provider_start()
533 if (provider->priv->started_count == 1) { in gst_device_provider_stop()
541 } else if (provider->priv->started_count < 1) { in gst_device_provider_stop()
547 provider->priv->started_count--; in gst_device_provider_stop()
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog3071 This patch also switches the started_count type from bool to int, for
9538 GstDeviceProvider has a started_count private variable counter,
9547 else if (provider->priv->started_count < 1) {