gstallocators.c.functions

C functions for gstallocators1 library

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

varGType function() c_gst_drm_dumb_allocator_get_type
varGstAllocator * function(const(char) * drmDevicePath) c_gst_drm_dumb_allocator_new_with_device_path
varGstAllocator * function(int drmFd) c_gst_drm_dumb_allocator_new_with_fd
varGstMemory * function(GstAllocator * allocator, uint drmFourcc, uint width, uint height, uint * outPitch) c_gst_drm_dumb_allocator_alloc
vargboolean function(GstAllocator * allocator) c_gst_drm_dumb_allocator_has_prime_export
varGType function() c_gst_dmabuf_allocator_get_type
varGstAllocator * function() c_gst_dmabuf_allocator_new
varGstMemory * function(GstAllocator * allocator, int fd, size_t size) c_gst_dmabuf_allocator_alloc
varGstMemory * function(GstAllocator * allocator, int fd, size_t size, GstFdMemoryFlags flags) c_gst_dmabuf_allocator_alloc_with_flags
varGType function() c_gst_fd_allocator_get_type
varGstAllocator * function() c_gst_fd_allocator_new
varGstMemory * function(GstAllocator * allocator, int fd, size_t size, GstFdMemoryFlags flags) c_gst_fd_allocator_alloc
varGType function() c_gst_phys_memory_allocator_get_type
varGType function() c_gst_shm_allocator_get_type
varGstAllocator * function() c_gst_shm_allocator_get
varvoid function() c_gst_shm_allocator_init_once
varint function(GstMemory * mem) c_gst_dmabuf_memory_get_fd
varGstMemory * function(GstMemory * mem) c_gst_drm_dumb_memory_export_dmabuf
varuint function(GstMemory * mem) c_gst_drm_dumb_memory_get_handle
varint function(GstMemory * mem) c_gst_fd_memory_get_fd
vargboolean function(GstMemory * mem) c_gst_is_dmabuf_memory
vargboolean function(GstMemory * mem) c_gst_is_drm_dumb_memory
vargboolean function(GstMemory * mem) c_gst_is_fd_memory
vargboolean function(GstMemory * mem) c_gst_is_phys_memory
varsize_t function(GstMemory * mem) c_gst_phys_memory_get_phys_addr