Home
last modified time | relevance | path

Searched refs:GST_OBJECT_GET_LOCK (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstobject.h82 #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))
Dgsttask.h88 #define GST_TASK_WAIT(task) g_cond_wait(GST_TASK_GET_COND (task), GST_OBJECT_GET_LOCK (…
Dgstelement.h718 GST_OBJECT_GET_LOCK (elem))
720 GST_OBJECT_GET_LOCK (elem), end_time)
Dgstclock.c1749 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()
Dgstpad.h1282 …_PAD_BLOCK_WAIT(pad) (g_cond_wait(GST_PAD_BLOCK_GET_COND (pad), GST_OBJECT_GET_LOCK (pad)))
Dgstsystemclock.c66 #define GST_SYSTEM_CLOCK_GET_LOCK(clock) GST_OBJECT_GET_LOCK(clock)
Dgstbin.c1905 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()
Dgstpad.c975 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()
Dgstelement.c1305 GST_OBJECT_GET_LOCK (element), in gst_element_iterate_pad_list()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsink.c682 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/
Dgsttestclock.c454 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/
Dgstossdmabuffer.h53 …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/
Dgstaudioringbuffer.h160 …UFFER_WAIT(buf) (g_cond_wait (GST_AUDIO_RING_BUFFER_GET_COND (buf), GST_OBJECT_GET_LOCK (buf)))
Dgstaudiosrc.c74 …R_WAIT(buf) (g_cond_wait (GST_AUDIO_SRC_RING_BUFFER_GET_COND (buf), GST_OBJECT_GET_LOCK (buf)))
Dgstaudiosink.c83 …_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/
Dgstcurlbasesink.c1358 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()
Dgstcurlsmtpsink.c155 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/
Dgstv4l2codecallocator.c298 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/
Dgstv4l2deviceprovider.c432 g_cond_wait (&self->started_cond, GST_OBJECT_GET_LOCK (self)); in gst_v4l2_device_provider_start()
Dgstv4l2bufferpool.c1109 g_cond_wait (&pool->empty_cond, GST_OBJECT_GET_LOCK (pool)); in gst_v4l2_buffer_pool_poll()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstclocksync.c302 g_cond_wait (&clocksync->blocked_cond, GST_OBJECT_GET_LOCK (clocksync)); in gst_clocksync_do_sync()
Dgstidentity.c379 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/
Dgsturidownloader.c633 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/
Dgsttranscoder.c286 g_cond_wait (&self->cond, GST_OBJECT_GET_LOCK (self)); in gst_transcoder_constructed()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.c1254 g_cond_wait (&self->messages_cond, GST_OBJECT_GET_LOCK (self)); in gst_openjpeg_enc_wait_for_new_message()

12