Home
last modified time | relevance | path

Searched refs:gst_dmabuf_allocator_alloc (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstdmabuf.h105 GstMemory * gst_dmabuf_allocator_alloc (GstAllocator * allocator, gint fd, gsize size);
Dgstdmabuf.c156 gst_dmabuf_allocator_alloc (GstAllocator * allocator, gint fd, gsize size) in gst_dmabuf_allocator_alloc() function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dallocators.c53 mem = gst_dmabuf_allocator_alloc (alloc, fd, FILE_SIZE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c597 mem = gst_dmabuf_allocator_alloc (alloc->priv->dmabuf_alloc, prime_fd, in gst_kms_allocator_dmabuf_export()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c1123 gst_dmabuf_allocator_alloc (download->dmabuf_allocator, fd, size); in _create_cached_dmabuf_info()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c593 GstMemory *mem = gst_dmabuf_allocator_alloc (allocator, fd, size); in gst_va_dmabuf_allocator_setup_buffer_full()
/third_party/gstreamer/gstplugins_base/
DChangeLog55231 dmabuf: remove 'allow-none' annotation in gst_dmabuf_allocator_alloc() doc
55232 gst_dmabuf_allocator_alloc() ensure that passed allocator is a DMABuf
64812 docs: gst_dmabuf_allocator_alloc: Improve documentation