Searched refs:vallocator (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2bufferpool.c | 284 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 …]
|
D | gstv4l2bufferpool.h | 76 GstV4l2Allocator *vallocator; member
|