Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstclock.c133 #define GST_CLOCK_SLAVE_UNLOCK(clock) g_mutex_unlock (&GST_CLOCK_CAST (clock)->priv->slave_lock) macro
860 GST_CLOCK_SLAVE_UNLOCK (clock); in gst_clock_finalize()
1363 GST_CLOCK_SLAVE_UNLOCK (clock); in gst_clock_set_master()
1573 GST_CLOCK_SLAVE_UNLOCK (clock); in gst_clock_add_observation_unapplied()
1592 GST_CLOCK_SLAVE_UNLOCK (clock); in gst_clock_add_observation_unapplied()
1598 GST_CLOCK_SLAVE_UNLOCK (clock); in gst_clock_add_observation_unapplied()
1618 GST_CLOCK_SLAVE_UNLOCK (clock); in gst_clock_set_timeout()
1638 GST_CLOCK_SLAVE_UNLOCK (clock); in gst_clock_get_timeout()
1663 GST_CLOCK_SLAVE_UNLOCK (clock); in gst_clock_set_property()
1668 GST_CLOCK_SLAVE_UNLOCK (clock); in gst_clock_set_property()
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog117527 (GST_CLOCK_SLAVE_LOCK, GST_CLOCK_SLAVE_UNLOCK): New macros.