Home
last modified time | relevance | path

Searched refs:other_pool (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c382 if (pool->other_pool == NULL) { in gst_v4l2_buffer_pool_prepare_buffer()
387 ret = gst_buffer_pool_acquire_buffer (pool->other_pool, &src, NULL); in gst_v4l2_buffer_pool_prepare_buffer()
747 if (pool->other_pool) { in gst_v4l2_buffer_pool_start()
750 if (!gst_buffer_pool_set_active (pool->other_pool, TRUE)) in gst_v4l2_buffer_pool_start()
753 if (gst_buffer_pool_acquire_buffer (pool->other_pool, &buffer, NULL) != in gst_v4l2_buffer_pool_start()
923 GST_PTR_FORMAT, pool->other_pool); in gst_v4l2_buffer_pool_start()
971 if (pool->other_pool) { in gst_v4l2_buffer_pool_stop()
972 gst_buffer_pool_set_active (pool->other_pool, FALSE); in gst_v4l2_buffer_pool_stop()
973 gst_object_unref (pool->other_pool); in gst_v4l2_buffer_pool_stop()
974 pool->other_pool = NULL; in gst_v4l2_buffer_pool_stop()
[all …]
Dgstv4l2bufferpool.h72 GstBufferPool *other_pool; member
109 GstBufferPool * other_pool);
Dgstv4l2object.c4287 GstBufferPool *pool = NULL, *other_pool = NULL; in gst_v4l2_object_decide_allocation() local
4364 other_pool = pool; in gst_v4l2_object_decide_allocation()
4472 other_pool = pool; in gst_v4l2_object_decide_allocation()
4474 if (other_pool) { in gst_v4l2_object_decide_allocation()
4475 config = gst_buffer_pool_get_config (other_pool); in gst_v4l2_object_decide_allocation()
4489 if (!gst_buffer_pool_set_config (other_pool, config)) { in gst_v4l2_object_decide_allocation()
4490 config = gst_buffer_pool_get_config (other_pool); in gst_v4l2_object_decide_allocation()
4498 if (!gst_buffer_pool_set_config (other_pool, config)) in gst_v4l2_object_decide_allocation()
/third_party/gstreamer/gstplugins_good/
DChangeLog35844 v4l2object: Fix configuration of other_pool and importation case
35846 size, correct other_pool is_active check, start from other_pool config when