Searched refs:num_allocated (Results 1 – 3 of 3) sorted by relevance
89 guint num_allocated; /* number of buffers allocated */ member
680 if (num_queued < pool->num_allocated) in gst_v4l2_buffer_pool_streamon()681 n = pool->num_allocated - num_queued; in gst_v4l2_buffer_pool_streamon()829 pool->num_allocated = count; in gst_v4l2_buffer_pool_start()861 pool->num_allocated = count; in gst_v4l2_buffer_pool_start()882 pool->num_allocated = count; in gst_v4l2_buffer_pool_start()924 if (g_atomic_int_get (&pool->num_queued) < pool->num_allocated) in gst_v4l2_buffer_pool_start()
8790 When the buffer pool is importing buffer, it will requeue num_allocated on50601 The value of num_allocated buffer would get confused when