Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagepool.c132 if (xvpool->pre_alloc_mem) in xvimage_buffer_pool_set_config()
133 gst_memory_unref (xvpool->pre_alloc_mem); in xvimage_buffer_pool_set_config()
135 xvpool->pre_alloc_mem = gst_xvimage_allocator_alloc (xvpool->allocator, in xvimage_buffer_pool_set_config()
139 if (!xvpool->pre_alloc_mem) { in xvimage_buffer_pool_set_config()
148 xvpool->pre_alloc_mem); in xvimage_buffer_pool_set_config()
209 if (xvpool->pre_alloc_mem) { in xvimage_buffer_pool_alloc()
210 mem = xvpool->pre_alloc_mem; in xvimage_buffer_pool_alloc()
211 xvpool->pre_alloc_mem = NULL; in xvimage_buffer_pool_alloc()
288 if (pool->pre_alloc_mem) in gst_xvimage_buffer_pool_finalize()
289 gst_memory_unref (pool->pre_alloc_mem); in gst_xvimage_buffer_pool_finalize()
Dxvimagepool.h55 GstMemory *pre_alloc_mem; member