Home
last modified time | relevance | path

Searched refs:copy_threshold (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.h90 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
Dgstv4l2bufferpool.c775 guint max_latency, min_latency, copy_threshold = 0; in gst_v4l2_buffer_pool_start() local
845 copy_threshold = min_latency; in gst_v4l2_buffer_pool_start()
895 copy_threshold = 0; in gst_v4l2_buffer_pool_start()
906 pool->copy_threshold = copy_threshold; in gst_v4l2_buffer_pool_start()
1995 if (num_queued < pool->copy_threshold) { in gst_v4l2_buffer_pool_process()