Searched refs:buffer_lock (Results 1 – 3 of 3) sorted by relevance
103 GMutex buffer_lock; member150 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 …]
41 pthread_mutex_t buffer_lock[2]; field68 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]);
73261 spinlock_t buffer_lock; member