Searched refs:gst_fd_allocator_alloc (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/ |
D | gstdmabuf.c | 160 return gst_fd_allocator_alloc (allocator, fd, size, GST_FD_MEMORY_FLAG_NONE); in gst_dmabuf_allocator_alloc() 186 return gst_fd_allocator_alloc (allocator, fd, size, flags); in gst_dmabuf_allocator_alloc_with_flags()
|
D | gstfdmemory.h | 87 GstMemory * gst_fd_allocator_alloc (GstAllocator * allocator, gint fd,
|
D | gstfdmemory.c | 283 gst_fd_allocator_alloc (GstAllocator * allocator, gint fd, gsize size, in gst_fd_allocator_alloc() function
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | allocators.c | 83 mem = gst_fd_allocator_alloc (alloc, fd, 10, GST_FD_MEMORY_FLAG_KEEP_MAPPED); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlshmallocator.c | 85 mem = gst_fd_allocator_alloc (allocator, fd, size, in gst_wl_shm_allocator_alloc()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecallocator.c | 93 GstMemory *mem = gst_fd_allocator_alloc (allocator, fds[i], sizes[i], in gst_v4l2_codec_buffer_new()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvideomemory.c | 522 mem = gst_fd_allocator_alloc (allocator, fd, size, in gst_msdk_dmabuf_memory_new_with_surface()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2allocator.c | 929 dma_mem = gst_fd_allocator_alloc (dmabuf_allocator, mem->dmafd, in gst_v4l2_allocator_alloc_dmabuf()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 55223 fdmemory: remove 'allow-none' annotation in gst_fd_allocator_alloc() doc 55224 gst_fd_allocator_alloc() ensure that passed allocator is a fd memory
|