Home
last modified time | relevance | path

Searched refs:GST_V4L2_ALLOCATOR_CAN_ALLOCATE (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c541 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()
551 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, DMABUF); in gst_v4l2_buffer_pool_set_config()
822 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, MMAP); in gst_v4l2_buffer_pool_start()
855 GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, USERPTR); in gst_v4l2_buffer_pool_start()
876 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, DMABUF); in gst_v4l2_buffer_pool_start()
1987 if (GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, MMAP)) { in gst_v4l2_buffer_pool_process()
1998 if (GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, MMAP)) { in gst_v4l2_buffer_pool_process()
Dgstv4l2allocator.h42 #define GST_V4L2_ALLOCATOR_CAN_ALLOCATE(obj,type) \ macro
Dgstv4l2allocator.c693 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (allocator, MMAP); in gst_v4l2_allocator_start()
696 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (allocator, USERPTR); in gst_v4l2_allocator_start()
699 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (allocator, DMABUF); in gst_v4l2_allocator_start()