gstallocators.c.functions
C functions for gstallocators1 library
var c_gst_dmabuf_allocator_alloc c_gst_dmabuf_allocator_alloc_with_flags c_gst_dmabuf_allocator_get_type c_gst_dmabuf_allocator_new c_gst_dmabuf_memory_get_fd c_gst_drm_dumb_allocator_alloc c_gst_drm_dumb_allocator_get_type c_gst_drm_dumb_allocator_has_prime_export c_gst_drm_dumb_allocator_new_with_device_path c_gst_drm_dumb_allocator_new_with_fd c_gst_drm_dumb_memory_export_dmabuf c_gst_drm_dumb_memory_get_handle c_gst_fd_allocator_alloc c_gst_fd_allocator_get_type c_gst_fd_allocator_new c_gst_fd_memory_get_fd c_gst_is_dmabuf_memory c_gst_is_drm_dumb_memory c_gst_is_fd_memory c_gst_is_phys_memory c_gst_phys_memory_allocator_get_type c_gst_phys_memory_get_phys_addr c_gst_shm_allocator_get c_gst_shm_allocator_get_type c_gst_shm_allocator_init_once
alias gst_dmabuf_allocator_alloc gst_dmabuf_allocator_alloc_with_flags gst_dmabuf_allocator_get_type gst_dmabuf_allocator_new gst_dmabuf_memory_get_fd gst_drm_dumb_allocator_alloc gst_drm_dumb_allocator_get_type gst_drm_dumb_allocator_has_prime_export gst_drm_dumb_allocator_new_with_device_path gst_drm_dumb_allocator_new_with_fd gst_drm_dumb_memory_export_dmabuf gst_drm_dumb_memory_get_handle gst_fd_allocator_alloc gst_fd_allocator_get_type gst_fd_allocator_new gst_fd_memory_get_fd gst_is_dmabuf_memory gst_is_drm_dumb_memory gst_is_fd_memory gst_is_phys_memory gst_phys_memory_allocator_get_type gst_phys_memory_get_phys_addr gst_shm_allocator_get gst_shm_allocator_get_type gst_shm_allocator_init_once
Module Initializers 1
shared static this
()Types 25
aliasgst_drm_dumb_allocator_get_type = c_gst_drm_dumb_allocator_get_type
aliasgst_drm_dumb_allocator_new_with_device_path = c_gst_drm_dumb_allocator_new_with_device_path
aliasgst_drm_dumb_allocator_new_with_fd = c_gst_drm_dumb_allocator_new_with_fd
aliasgst_drm_dumb_allocator_alloc = c_gst_drm_dumb_allocator_alloc
aliasgst_drm_dumb_allocator_has_prime_export = c_gst_drm_dumb_allocator_has_prime_export
aliasgst_dmabuf_allocator_get_type = c_gst_dmabuf_allocator_get_type
aliasgst_dmabuf_allocator_new = c_gst_dmabuf_allocator_new
aliasgst_dmabuf_allocator_alloc = c_gst_dmabuf_allocator_alloc
aliasgst_dmabuf_allocator_alloc_with_flags = c_gst_dmabuf_allocator_alloc_with_flags
aliasgst_fd_allocator_get_type = c_gst_fd_allocator_get_type
aliasgst_fd_allocator_new = c_gst_fd_allocator_new
aliasgst_fd_allocator_alloc = c_gst_fd_allocator_alloc
aliasgst_phys_memory_allocator_get_type = c_gst_phys_memory_allocator_get_type
aliasgst_shm_allocator_get_type = c_gst_shm_allocator_get_type
aliasgst_shm_allocator_get = c_gst_shm_allocator_get
aliasgst_shm_allocator_init_once = c_gst_shm_allocator_init_once
aliasgst_dmabuf_memory_get_fd = c_gst_dmabuf_memory_get_fd
aliasgst_drm_dumb_memory_export_dmabuf = c_gst_drm_dumb_memory_export_dmabuf
aliasgst_drm_dumb_memory_get_handle = c_gst_drm_dumb_memory_get_handle
aliasgst_fd_memory_get_fd = c_gst_fd_memory_get_fd
aliasgst_is_dmabuf_memory = c_gst_is_dmabuf_memory
aliasgst_is_drm_dumb_memory = c_gst_is_drm_dumb_memory
aliasgst_is_fd_memory = c_gst_is_fd_memory
aliasgst_is_phys_memory = c_gst_is_phys_memory
aliasgst_phys_memory_get_phys_addr = c_gst_phys_memory_get_phys_addr
Variables 25
var
GType function() c_gst_drm_dumb_allocator_get_typevar
GstAllocator * function(const(char) * drmDevicePath) c_gst_drm_dumb_allocator_new_with_device_pathvar
GstAllocator * function(int drmFd) c_gst_drm_dumb_allocator_new_with_fdvar
GstMemory * function(GstAllocator * allocator, uint drmFourcc, uint width, uint height, uint * outPitch) c_gst_drm_dumb_allocator_allocvar
gboolean function(GstAllocator * allocator) c_gst_drm_dumb_allocator_has_prime_exportvar
GType function() c_gst_dmabuf_allocator_get_typevar
GstAllocator * function() c_gst_dmabuf_allocator_newvar
GstMemory * function(GstAllocator * allocator, int fd, size_t size) c_gst_dmabuf_allocator_allocvar
GstMemory * function(GstAllocator * allocator, int fd, size_t size, GstFdMemoryFlags flags) c_gst_dmabuf_allocator_alloc_with_flagsvar
GType function() c_gst_fd_allocator_get_typevar
GstAllocator * function() c_gst_fd_allocator_newvar
GstMemory * function(GstAllocator * allocator, int fd, size_t size, GstFdMemoryFlags flags) c_gst_fd_allocator_allocvar
GType function() c_gst_phys_memory_allocator_get_typevar
GType function() c_gst_shm_allocator_get_typevar
GstAllocator * function() c_gst_shm_allocator_getvar
void function() c_gst_shm_allocator_init_oncevar
int function(GstMemory * mem) c_gst_dmabuf_memory_get_fdvar
uint function(GstMemory * mem) c_gst_drm_dumb_memory_get_handlevar
int function(GstMemory * mem) c_gst_fd_memory_get_fdvar
gboolean function(GstMemory * mem) c_gst_is_dmabuf_memoryvar
gboolean function(GstMemory * mem) c_gst_is_drm_dumb_memoryvar
gboolean function(GstMemory * mem) c_gst_is_fd_memoryvar
gboolean function(GstMemory * mem) c_gst_is_phys_memoryvar
size_t function(GstMemory * mem) c_gst_phys_memory_get_phys_addr