Home
last modified time | relevance | path

Searched refs:dmabuf_allocator (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c884 dl->dmabuf_allocator = gst_dmabuf_allocator_new (); in gst_gl_download_element_start()
896 if (dl->dmabuf_allocator) { in gst_gl_download_element_stop()
897 gst_object_unref (GST_OBJECT (dl->dmabuf_allocator)); in gst_gl_download_element_stop()
898 dl->dmabuf_allocator = NULL; in gst_gl_download_element_stop()
1123 gst_dmabuf_allocator_alloc (download->dmabuf_allocator, fd, size); in _create_cached_dmabuf_info()
1480 if (download->dmabuf_allocator) { in gst_gl_download_element_finalize()
1481 gst_object_unref (GST_OBJECT (download->dmabuf_allocator)); in gst_gl_download_element_finalize()
1482 download->dmabuf_allocator = NULL; in gst_gl_download_element_finalize()
Dgstgldownloadelement.h56 GstAllocator * dmabuf_allocator; member
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.h136 GstAllocator * dmabuf_allocator);
Dgstv4l2allocator.c884 GstAllocator * dmabuf_allocator) in gst_v4l2_allocator_alloc_dmabuf() argument
929 dma_mem = gst_fd_allocator_alloc (dmabuf_allocator, mem->dmafd, in gst_v4l2_allocator_alloc_dmabuf()