Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c284 if (!gst_v4l2_allocator_import_userptr (pool->vallocator, group, in gst_v4l2_buffer_pool_import_userptr()
299 if (!gst_v4l2_allocator_import_userptr (pool->vallocator, group, in gst_v4l2_buffer_pool_import_userptr()
359 if (!gst_v4l2_allocator_import_dmabuf (pool->vallocator, group, n_mem, in gst_v4l2_buffer_pool_import_dmabuf()
451 group = gst_v4l2_allocator_alloc_mmap (pool->vallocator); in gst_v4l2_buffer_pool_alloc_buffer()
454 group = gst_v4l2_allocator_alloc_dmabuf (pool->vallocator, in gst_v4l2_buffer_pool_alloc_buffer()
458 group = gst_v4l2_allocator_alloc_userptr (pool->vallocator); in gst_v4l2_buffer_pool_alloc_buffer()
461 group = gst_v4l2_allocator_alloc_dmabufin (pool->vallocator); in gst_v4l2_buffer_pool_alloc_buffer()
541 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, MMAP); in gst_v4l2_buffer_pool_set_config()
544 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, MMAP); in gst_v4l2_buffer_pool_set_config()
548 GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, USERPTR); in gst_v4l2_buffer_pool_set_config()
[all …]
Dgstv4l2bufferpool.h76 GstV4l2Allocator *vallocator; member