/third_party/gstreamer/gstreamer/gst/ |
D | gstobject.h | 82 #define GST_OBJECT_GET_LOCK(obj) (&GST_OBJECT_CAST(obj)->lock) macro 90 #define GST_OBJECT_LOCK(obj) g_mutex_lock(GST_OBJECT_GET_LOCK(obj)) 98 #define GST_OBJECT_TRYLOCK(obj) g_mutex_trylock(GST_OBJECT_GET_LOCK(obj)) 105 #define GST_OBJECT_UNLOCK(obj) g_mutex_unlock(GST_OBJECT_GET_LOCK(obj))
|
D | gsttask.h | 88 #define GST_TASK_WAIT(task) g_cond_wait(GST_TASK_GET_COND (task), GST_OBJECT_GET_LOCK (…
|
D | gstelement.h | 718 GST_OBJECT_GET_LOCK (elem)) 720 GST_OBJECT_GET_LOCK (elem), end_time)
|
D | gstclock.c | 1749 GST_OBJECT_GET_LOCK (clock), end_time); in gst_clock_wait_for_sync() 1754 g_cond_wait (&clock->priv->sync_cond, GST_OBJECT_GET_LOCK (clock)); in gst_clock_wait_for_sync()
|
D | gstpad.h | 1282 …_PAD_BLOCK_WAIT(pad) (g_cond_wait(GST_PAD_BLOCK_GET_COND (pad), GST_OBJECT_GET_LOCK (pad)))
|
D | gstsystemclock.c | 66 #define GST_SYSTEM_CLOCK_GET_LOCK(clock) GST_OBJECT_GET_LOCK(clock)
|
D | gstbin.c | 1905 GST_OBJECT_GET_LOCK (bin), in gst_bin_iterate_elements() 1943 GST_OBJECT_GET_LOCK (bin), in gst_bin_iterate_recurse() 2408 GST_OBJECT_GET_LOCK (bin), in gst_bin_sort_iterator_new()
|
D | gstpad.c | 975 g_cond_wait (&pad->priv->activation_cond, GST_OBJECT_GET_LOCK (pad)); in pre_activate() 995 g_cond_wait (&pad->priv->activation_cond, GST_OBJECT_GET_LOCK (pad)); in pre_activate() 2972 lock = GST_OBJECT_GET_LOCK (eparent); in gst_pad_iterate_internal_links_default()
|
D | gstelement.c | 1305 GST_OBJECT_GET_LOCK (element), in gst_element_iterate_pad_list()
|
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | gstshmsink.c | 682 g_cond_wait (&self->cond, GST_OBJECT_GET_LOCK (self)); in gst_shm_sink_render() 694 g_cond_wait (&self->cond, GST_OBJECT_GET_LOCK (self)); in gst_shm_sink_render() 733 g_cond_wait (&self->cond, GST_OBJECT_GET_LOCK (self)); in gst_shm_sink_render() 745 g_cond_wait (&self->cond, GST_OBJECT_GET_LOCK (self)); in gst_shm_sink_render() 967 g_cond_wait (&self->cond, GST_OBJECT_GET_LOCK (self)); in gst_shm_sink_event()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gsttestclock.c | 454 g_cond_wait (&priv->entry_processed_cond, GST_OBJECT_GET_LOCK (test_clock)); in gst_test_clock_wait() 889 g_cond_wait (&priv->entry_added_cond, GST_OBJECT_GET_LOCK (test_clock)); in gst_test_clock_wait_for_next_pending_id() 1029 g_cond_wait (&priv->entry_added_cond, GST_OBJECT_GET_LOCK (test_clock)); in gst_test_clock_wait_for_multiple_pending_ids() 1073 GST_OBJECT_GET_LOCK (test_clock), timeout); in gst_test_clock_timed_wait_for_multiple_pending_ids()
|
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | gstossdmabuffer.h | 53 …T_OSSDMABUFFER_WAIT(buf) (g_cond_wait (GST_OSSDMABUFFER_COND (buf), GST_OBJECT_GET_LOCK (buf)))
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioringbuffer.h | 160 …UFFER_WAIT(buf) (g_cond_wait (GST_AUDIO_RING_BUFFER_GET_COND (buf), GST_OBJECT_GET_LOCK (buf)))
|
D | gstaudiosrc.c | 74 …R_WAIT(buf) (g_cond_wait (GST_AUDIO_SRC_RING_BUFFER_GET_COND (buf), GST_OBJECT_GET_LOCK (buf)))
|
D | gstaudiosink.c | 83 …_WAIT(buf) (g_cond_wait (GST_AUDIO_SINK_RING_BUFFER_GET_COND (buf), GST_OBJECT_GET_LOCK (buf)))
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlbasesink.c | 1358 g_cond_wait (&sink->transfer_cond->cond, GST_OBJECT_GET_LOCK (sink)); in gst_curl_base_sink_wait_for_data_unlocked() 1392 g_cond_wait (&sink->transfer_cond->cond, GST_OBJECT_GET_LOCK (sink)); in gst_curl_base_sink_wait_for_transfer_thread_to_send_unlocked() 1415 g_cond_wait (&sink->transfer_cond->cond, GST_OBJECT_GET_LOCK (sink)); in gst_curl_base_sink_wait_for_response()
|
D | gstcurlsmtpsink.c | 155 g_cond_wait (&sink->cond_transfer_end, GST_OBJECT_GET_LOCK (sink)); in gst_curl_smtp_sink_wait_for_transfer_end_unlocked()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecallocator.c | 298 g_cond_wait (&self->buffer_cond, GST_OBJECT_GET_LOCK (self)); in gst_v4l2_codec_allocator_wait_for_buffer()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2deviceprovider.c | 432 g_cond_wait (&self->started_cond, GST_OBJECT_GET_LOCK (self)); in gst_v4l2_device_provider_start()
|
D | gstv4l2bufferpool.c | 1109 g_cond_wait (&pool->empty_cond, GST_OBJECT_GET_LOCK (pool)); in gst_v4l2_buffer_pool_poll()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstclocksync.c | 302 g_cond_wait (&clocksync->blocked_cond, GST_OBJECT_GET_LOCK (clocksync)); in gst_clocksync_do_sync()
|
D | gstidentity.c | 379 g_cond_wait (&identity->blocked_cond, GST_OBJECT_GET_LOCK (identity)); in gst_identity_do_sync()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/ |
D | gsturidownloader.c | 633 g_cond_wait (&downloader->priv->cond, GST_OBJECT_GET_LOCK (downloader)); in gst_uri_downloader_fetch_uri_with_range()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder.c | 286 g_cond_wait (&self->cond, GST_OBJECT_GET_LOCK (self)); in gst_transcoder_constructed()
|
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/ |
D | gstopenjpegenc.c | 1254 g_cond_wait (&self->messages_cond, GST_OBJECT_GET_LOCK (self)); in gst_openjpeg_enc_wait_for_new_message()
|