Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.c457 if (GST_BUFFER_POOL_IS_FLUSHING (pool) == flushing) in do_set_flushing()
1116 if (G_UNLIKELY (GST_BUFFER_POOL_IS_FLUSHING (pool))) in default_acquire_buffer()
1178 if (!GST_BUFFER_POOL_IS_FLUSHING (pool)) { in default_acquire_buffer()
1201 if (GST_BUFFER_POOL_IS_FLUSHING (pool)) { in dec_outstanding()
Dgstbufferpool.h97 #define GST_BUFFER_POOL_IS_FLUSHING(pool) (g_atomic_int_get (&pool->flushing)) macro
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c1951 if (GST_BUFFER_POOL_IS_FLUSHING (pool)) in gst_v4l2_buffer_pool_process()