Home
last modified time | relevance | path

Searched refs:buffer_lock (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/codecalpha/
Dgstalphacombine.c103 GMutex buffer_lock; member
150 g_mutex_lock (&self->buffer_lock); in gst_alpha_combine_unlock()
153 g_mutex_unlock (&self->buffer_lock); in gst_alpha_combine_unlock()
159 g_mutex_lock (&self->buffer_lock); in gst_alpha_combine_unlock_stop()
169 g_mutex_unlock (&self->buffer_lock); in gst_alpha_combine_unlock_stop()
231 g_mutex_lock (&self->buffer_lock); in gst_alpha_combine_peek_alpha_buffer()
234 g_cond_wait (&self->buffer_cond, &self->buffer_lock); in gst_alpha_combine_peek_alpha_buffer()
237 g_mutex_unlock (&self->buffer_lock); in gst_alpha_combine_peek_alpha_buffer()
244 g_mutex_unlock (&self->buffer_lock); in gst_alpha_combine_peek_alpha_buffer()
249 g_mutex_unlock (&self->buffer_lock); in gst_alpha_combine_peek_alpha_buffer()
[all …]
/third_party/ffmpeg/libavdevice/
Daudiotoolbox.m41 pthread_mutex_t buffer_lock[2]; field
68 pthread_mutex_unlock(&ctx->buffer_lock[i]);
226 pthread_mutex_init(&ctx->buffer_lock[0], NULL);
227 pthread_mutex_init(&ctx->buffer_lock[1], NULL);
242 pthread_mutex_lock(&ctx->buffer_lock[ctx->cur_buf]);
248 pthread_mutex_unlock(&ctx->buffer_lock[ctx->cur_buf]);
260 pthread_mutex_unlock(&ctx->buffer_lock[ctx->cur_buf]);
272 pthread_mutex_destroy(&ctx->buffer_lock[0]);
273 pthread_mutex_destroy(&ctx->buffer_lock[1]);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h73261 spinlock_t buffer_lock; member