Home
last modified time | relevance | path

Searched refs:gst_fd_allocator_alloc (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstdmabuf.c160 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()
Dgstfdmemory.h87 GstMemory * gst_fd_allocator_alloc (GstAllocator * allocator, gint fd,
Dgstfdmemory.c283 gst_fd_allocator_alloc (GstAllocator * allocator, gint fd, gsize size, in gst_fd_allocator_alloc() function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dallocators.c83 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/
Dwlshmallocator.c85 mem = gst_fd_allocator_alloc (allocator, fd, size, in gst_wl_shm_allocator_alloc()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecallocator.c93 GstMemory *mem = gst_fd_allocator_alloc (allocator, fds[i], sizes[i], in gst_v4l2_codec_buffer_new()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvideomemory.c522 mem = gst_fd_allocator_alloc (allocator, fd, size, in gst_msdk_dmabuf_memory_new_with_surface()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c929 dma_mem = gst_fd_allocator_alloc (dmabuf_allocator, mem->dmafd, in gst_v4l2_allocator_alloc_dmabuf()
/third_party/gstreamer/gstplugins_base/
DChangeLog55223 fdmemory: remove 'allow-none' annotation in gst_fd_allocator_alloc() doc
55224 gst_fd_allocator_alloc() ensure that passed allocator is a fd memory