- gst_dmabuf_allocator_alloc
alias gst_dmabuf_allocator_alloc = c_gst_dmabuf_allocator_alloc
- gst_dmabuf_allocator_alloc_with_flags
alias gst_dmabuf_allocator_alloc_with_flags = c_gst_dmabuf_allocator_alloc_with_flags
- gst_dmabuf_allocator_get_type
alias gst_dmabuf_allocator_get_type = c_gst_dmabuf_allocator_get_type
- gst_dmabuf_allocator_new
alias gst_dmabuf_allocator_new = c_gst_dmabuf_allocator_new
- gst_dmabuf_memory_get_fd
alias gst_dmabuf_memory_get_fd = c_gst_dmabuf_memory_get_fd
- gst_drm_dumb_allocator_alloc
alias gst_drm_dumb_allocator_alloc = c_gst_drm_dumb_allocator_alloc
- gst_drm_dumb_allocator_get_type
alias gst_drm_dumb_allocator_get_type = c_gst_drm_dumb_allocator_get_type
- gst_drm_dumb_allocator_has_prime_export
alias gst_drm_dumb_allocator_has_prime_export = c_gst_drm_dumb_allocator_has_prime_export
- gst_drm_dumb_allocator_new_with_device_path
alias gst_drm_dumb_allocator_new_with_device_path = c_gst_drm_dumb_allocator_new_with_device_path
- gst_drm_dumb_allocator_new_with_fd
alias gst_drm_dumb_allocator_new_with_fd = c_gst_drm_dumb_allocator_new_with_fd
- gst_drm_dumb_memory_export_dmabuf
alias gst_drm_dumb_memory_export_dmabuf = c_gst_drm_dumb_memory_export_dmabuf
- gst_drm_dumb_memory_get_handle
alias gst_drm_dumb_memory_get_handle = c_gst_drm_dumb_memory_get_handle
- gst_fd_allocator_alloc
alias gst_fd_allocator_alloc = c_gst_fd_allocator_alloc
- gst_fd_allocator_get_type
alias gst_fd_allocator_get_type = c_gst_fd_allocator_get_type
- gst_fd_allocator_new
alias gst_fd_allocator_new = c_gst_fd_allocator_new
- gst_fd_memory_get_fd
alias gst_fd_memory_get_fd = c_gst_fd_memory_get_fd
- gst_is_dmabuf_memory
alias gst_is_dmabuf_memory = c_gst_is_dmabuf_memory
- gst_is_drm_dumb_memory
alias gst_is_drm_dumb_memory = c_gst_is_drm_dumb_memory
- gst_is_fd_memory
alias gst_is_fd_memory = c_gst_is_fd_memory
- gst_is_phys_memory
alias gst_is_phys_memory = c_gst_is_phys_memory
- gst_phys_memory_allocator_get_type
alias gst_phys_memory_allocator_get_type = c_gst_phys_memory_allocator_get_type
- gst_phys_memory_get_phys_addr
alias gst_phys_memory_get_phys_addr = c_gst_phys_memory_get_phys_addr
- gst_shm_allocator_get
alias gst_shm_allocator_get = c_gst_shm_allocator_get
- gst_shm_allocator_get_type
alias gst_shm_allocator_get_type = c_gst_shm_allocator_get_type
- gst_shm_allocator_init_once
alias gst_shm_allocator_init_once = c_gst_shm_allocator_init_once
- c_gst_dmabuf_allocator_alloc
GstMemory* function(GstAllocator* allocator, int fd, size_t size) c_gst_dmabuf_allocator_alloc;
- c_gst_dmabuf_allocator_alloc_with_flags
GstMemory* function(GstAllocator* allocator, int fd, size_t size, GstFdMemoryFlags flags) c_gst_dmabuf_allocator_alloc_with_flags;
- c_gst_dmabuf_allocator_get_type
GType function() c_gst_dmabuf_allocator_get_type;
- c_gst_dmabuf_allocator_new
GstAllocator* function() c_gst_dmabuf_allocator_new;
- c_gst_dmabuf_memory_get_fd
int function(GstMemory* mem) c_gst_dmabuf_memory_get_fd;
- c_gst_drm_dumb_allocator_alloc
GstMemory* function(GstAllocator* allocator, uint drmFourcc, uint width, uint height, uint* outPitch) c_gst_drm_dumb_allocator_alloc;
- c_gst_drm_dumb_allocator_get_type
GType function() c_gst_drm_dumb_allocator_get_type;
- c_gst_drm_dumb_allocator_has_prime_export
bool function(GstAllocator* allocator) c_gst_drm_dumb_allocator_has_prime_export;
- c_gst_drm_dumb_allocator_new_with_device_path
GstAllocator* function(const(char)* drmDevicePath) c_gst_drm_dumb_allocator_new_with_device_path;
- c_gst_drm_dumb_allocator_new_with_fd
GstAllocator* function(int drmFd) c_gst_drm_dumb_allocator_new_with_fd;
- c_gst_drm_dumb_memory_export_dmabuf
GstMemory* function(GstMemory* mem) c_gst_drm_dumb_memory_export_dmabuf;
- c_gst_drm_dumb_memory_get_handle
uint function(GstMemory* mem) c_gst_drm_dumb_memory_get_handle;
- c_gst_fd_allocator_alloc
GstMemory* function(GstAllocator* allocator, int fd, size_t size, GstFdMemoryFlags flags) c_gst_fd_allocator_alloc;
- c_gst_fd_allocator_get_type
GType function() c_gst_fd_allocator_get_type;
- c_gst_fd_allocator_new
GstAllocator* function() c_gst_fd_allocator_new;
- c_gst_fd_memory_get_fd
int function(GstMemory* mem) c_gst_fd_memory_get_fd;
- c_gst_is_dmabuf_memory
bool function(GstMemory* mem) c_gst_is_dmabuf_memory;
- c_gst_is_drm_dumb_memory
bool function(GstMemory* mem) c_gst_is_drm_dumb_memory;
- c_gst_is_fd_memory
bool function(GstMemory* mem) c_gst_is_fd_memory;
- c_gst_is_phys_memory
bool function(GstMemory* mem) c_gst_is_phys_memory;
- c_gst_phys_memory_allocator_get_type
GType function() c_gst_phys_memory_allocator_get_type;
- c_gst_phys_memory_get_phys_addr
size_t function(GstMemory* mem) c_gst_phys_memory_get_phys_addr;
- c_gst_shm_allocator_get
GstAllocator* function() c_gst_shm_allocator_get;
- c_gst_shm_allocator_get_type
GType function() c_gst_shm_allocator_get_type;
- c_gst_shm_allocator_init_once
void function() c_gst_shm_allocator_init_once;
C functions for gstallocators1 library