Searched refs:gst_dmabuf_allocator_alloc (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/ |
D | gstdmabuf.h | 105 GstMemory * gst_dmabuf_allocator_alloc (GstAllocator * allocator, gint fd, gsize size);
|
D | gstdmabuf.c | 156 gst_dmabuf_allocator_alloc (GstAllocator * allocator, gint fd, gsize size) in gst_dmabuf_allocator_alloc() function
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | allocators.c | 53 mem = gst_dmabuf_allocator_alloc (alloc, fd, FILE_SIZE); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsallocator.c | 597 mem = gst_dmabuf_allocator_alloc (alloc->priv->dmabuf_alloc, prime_fd, in gst_kms_allocator_dmabuf_export()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldownloadelement.c | 1123 gst_dmabuf_allocator_alloc (download->dmabuf_allocator, fd, size); in _create_cached_dmabuf_info()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvaallocator.c | 593 GstMemory *mem = gst_dmabuf_allocator_alloc (allocator, fd, size); in gst_va_dmabuf_allocator_setup_buffer_full()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 55231 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
|