Lines Matching refs:can_allocate
493 gboolean can_allocate = FALSE; in gst_v4l2_buffer_pool_set_config() local
518 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, MMAP); in gst_v4l2_buffer_pool_set_config()
521 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, MMAP); in gst_v4l2_buffer_pool_set_config()
524 can_allocate = in gst_v4l2_buffer_pool_set_config()
528 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, DMABUF); in gst_v4l2_buffer_pool_set_config()
544 if (can_allocate && obj->fmtdesc->flags & V4L2_FMT_FLAG_EMULATED) { in gst_v4l2_buffer_pool_set_config()
547 can_allocate = FALSE; in gst_v4l2_buffer_pool_set_config()
578 if (!can_allocate) { in gst_v4l2_buffer_pool_set_config()
743 gboolean can_allocate = FALSE, ret = TRUE; in gst_v4l2_buffer_pool_start() local
773 can_allocate = TRUE; in gst_v4l2_buffer_pool_start()
789 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, MMAP); in gst_v4l2_buffer_pool_start()
821 can_allocate = in gst_v4l2_buffer_pool_start()
842 can_allocate = GST_V4L2_ALLOCATOR_CAN_ALLOCATE (pool->vallocator, DMABUF); in gst_v4l2_buffer_pool_start()
865 if (can_allocate) in gst_v4l2_buffer_pool_start()