Searched refs:other_pool (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvabasedec.c | 85 if (base->other_pool) in gst_va_base_dec_stop() 86 gst_buffer_pool_set_active (base->other_pool, FALSE); in gst_va_base_dec_stop() 87 gst_clear_object (&base->other_pool); in gst_va_base_dec_stop() 221 gst_clear_object (&base->other_pool); in _create_other_pool() 235 base->other_pool = pool; in _create_other_pool() 258 GstBufferPool *pool = NULL, *other_pool = NULL; in _decide_allocation_for_video_crop() local 275 gst_query_parse_nth_allocation_pool (query, 0, &other_pool, &size, &min, in _decide_allocation_for_video_crop() 289 if (GST_IS_VA_POOL (other_pool)) in _decide_allocation_for_video_crop() 290 gst_clear_object (&other_pool); in _decide_allocation_for_video_crop() 292 if (!other_pool) { in _decide_allocation_for_video_crop() [all …]
|
D | gstvabasetransform.c | 39 GstBufferPool *other_pool; member 69 if (self->priv->other_pool) { in gst_va_base_transform_dispose() 70 gst_buffer_pool_set_active (self->priv->other_pool, FALSE); in gst_va_base_transform_dispose() 71 gst_clear_object (&self->priv->other_pool); in gst_va_base_transform_dispose() 166 if (self->priv->other_pool) { in gst_va_base_transform_set_caps() 167 gst_buffer_pool_set_active (self->priv->other_pool, FALSE); in gst_va_base_transform_set_caps() 168 gst_clear_object (&self->priv->other_pool); in gst_va_base_transform_set_caps() 301 GstBufferPool *pool = NULL, *other_pool = NULL; in gst_va_base_transform_decide_allocation() local 338 other_pool = pool; in gst_va_base_transform_decide_allocation() 398 if (other_pool) { in gst_va_base_transform_decide_allocation() [all …]
|
D | gstvabasedec.h | 70 GstBufferPool *other_pool; member
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2bufferpool.c | 396 if (pool->other_pool == NULL) { in gst_v4l2_buffer_pool_prepare_buffer() 401 ret = gst_buffer_pool_acquire_buffer (pool->other_pool, &src, NULL); in gst_v4l2_buffer_pool_prepare_buffer() 780 if (pool->other_pool) { in gst_v4l2_buffer_pool_start() 783 if (!gst_buffer_pool_set_active (pool->other_pool, TRUE)) in gst_v4l2_buffer_pool_start() 786 if (gst_buffer_pool_acquire_buffer (pool->other_pool, &buffer, NULL) != in gst_v4l2_buffer_pool_start() 958 GST_PTR_FORMAT, pool->other_pool); in gst_v4l2_buffer_pool_start() 1003 if (pool->other_pool) { in gst_v4l2_buffer_pool_stop() 1004 gst_buffer_pool_set_active (pool->other_pool, FALSE); in gst_v4l2_buffer_pool_stop() 1005 gst_object_unref (pool->other_pool); in gst_v4l2_buffer_pool_stop() 1006 pool->other_pool = NULL; in gst_v4l2_buffer_pool_stop() [all …]
|
D | gstv4l2bufferpool.h | 79 GstBufferPool *other_pool; member 117 GstBufferPool * other_pool);
|
D | gstv4l2object.c | 4843 GstBufferPool *pool = NULL, *other_pool = NULL; in gst_v4l2_object_decide_allocation() local 4930 other_pool = pool; in gst_v4l2_object_decide_allocation() 5038 other_pool = pool; in gst_v4l2_object_decide_allocation() 5040 if (other_pool) { in gst_v4l2_object_decide_allocation() 5041 config = gst_buffer_pool_get_config (other_pool); in gst_v4l2_object_decide_allocation() 5055 if (!gst_buffer_pool_set_config (other_pool, config)) { in gst_v4l2_object_decide_allocation() 5056 config = gst_buffer_pool_get_config (other_pool); in gst_v4l2_object_decide_allocation() 5064 if (!gst_buffer_pool_set_config (other_pool, config)) in gst_v4l2_object_decide_allocation()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 7802 va: basedec: Copy the frames into other_pool if needed. 7805 into the other_pool and output it. 7812 va: basedec: Setup the other_pool to copy output if crop_left/top. 7818 it manually and the other_pool is needed. We always assume that 17094 In decide_allocation(), we now just use the other_pool for frames 19018 base->other_pool make that other_pool never be changed until the 19022 old other_pool can not be clean correctly and the new correct one
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 49944 v4l2object: Fix configuration of other_pool and importation case 49946 size, correct other_pool is_active check, start from other_pool config when
|