dmabuf

dmabuf

Functions

Includes

#include <gst/allocators/gstdmabuf.h>

Description

Functions

gst_dmabuf_allocator_new ()

GstAllocator *
gst_dmabuf_allocator_new (void);

gst_dmabuf_allocator_alloc ()

GstMemory *
gst_dmabuf_allocator_alloc (GstAllocator *allocator,
                            gint fd,
                            gsize size);

gst_dmabuf_memory_get_fd ()

gint
gst_dmabuf_memory_get_fd (GstMemory *mem);

gst_is_dmabuf_memory ()

gboolean
gst_is_dmabuf_memory (GstMemory *mem);

Types and Values