Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.h89 guint num_allocated; /* number of buffers allocated */ member
Dgstv4l2bufferpool.c680 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()
/third_party/gstreamer/gstplugins_good/
DChangeLog8790 When the buffer pool is importing buffer, it will requeue num_allocated on
50601 The value of num_allocated buffer would get confused when