Lines Matching refs:buffer_state
476 if (g_atomic_int_get (&pool->buffer_state[group->buffer.index])) { in gst_v4l2_buffer_pool_alloc_buffer()
746 g_atomic_int_and (&pool->buffer_state[i], ~BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_streamoff()
1208 g_atomic_int_or (&pool->buffer_state[index], BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_qbuf()
1269 g_atomic_int_and (&pool->buffer_state[index], ~BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_qbuf()
1280 g_atomic_int_and (&pool->buffer_state[index], ~BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_qbuf()
1322 g_atomic_int_and (&pool->buffer_state[group->buffer.index], in gst_v4l2_buffer_pool_dqbuf()
1562 g_atomic_int_or (&pool->buffer_state[group->buffer.index], in gst_v4l2_buffer_pool_acquire_buffer()
1705 g_atomic_int_and (&pool->buffer_state[group->buffer.index], in gst_v4l2_buffer_pool_release_buffer()
1766 g_atomic_int_set (&pool->buffer_state[i], BUFFER_STATE_FREE); in gst_v4l2_buffer_pool_init()
2115 if (g_atomic_int_get (&pool->buffer_state[index]) & in gst_v4l2_buffer_pool_process()
2167 g_atomic_int_and (&pool->buffer_state[group->buffer.index], in gst_v4l2_buffer_pool_process()