Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c200 g_mutex_init (&self->mask_mutex); in gst_shape_wipe_init()
260 g_mutex_clear (&self->mask_mutex); in gst_shape_wipe_finalize()
274 g_mutex_lock (&self->mask_mutex); in gst_shape_wipe_reset()
276 g_mutex_unlock (&self->mask_mutex); in gst_shape_wipe_reset()
301 g_mutex_lock (&self->mask_mutex); in gst_shape_wipe_video_sink_setcaps()
305 g_mutex_unlock (&self->mask_mutex); in gst_shape_wipe_video_sink_setcaps()
860 g_mutex_lock (&self->mask_mutex); in gst_shape_wipe_video_sink_chain()
865 g_cond_wait (&self->mask_cond, &self->mask_mutex); in gst_shape_wipe_video_sink_chain()
872 g_mutex_unlock (&self->mask_mutex); in gst_shape_wipe_video_sink_chain()
954 g_mutex_lock (&self->mask_mutex); in gst_shape_wipe_mask_sink_chain()
[all …]
Dgstshapewipe.h58 GMutex mask_mutex; member