Lines Matching refs:dmafd
153 gint plane, gpointer data, int dmafd, GstV4l2MemoryGroup * group) in _v4l2mem_new() argument
167 mem->dmafd = dmafd; in _v4l2mem_new()
360 close (mem->dmafd); in gst_v4l2_allocator_release()
361 mem->dmafd = -1; in gst_v4l2_allocator_release()
400 if (mem->dmafd >= 0) in gst_v4l2_allocator_free()
401 close (mem->dmafd); in gst_v4l2_allocator_free()
929 dma_mem = gst_fd_allocator_alloc (dmabuf_allocator, mem->dmafd, in gst_v4l2_allocator_alloc_dmabuf()
972 group->buffer.index, mem->dmafd, i); in gst_v4l2_allocator_clear_dmabufin()
978 mem->dmafd = -1; in gst_v4l2_allocator_clear_dmabufin()
1105 gint dmafd; in gst_v4l2_allocator_import_dmabuf() local
1113 dmafd = gst_dmabuf_memory_get_fd (dma_mem[i]); in gst_v4l2_allocator_import_dmabuf()
1116 group->buffer.index, dmafd, i); in gst_v4l2_allocator_import_dmabuf()
1124 mem->dmafd = dmafd; in gst_v4l2_allocator_import_dmabuf()
1129 group->planes[i].m.fd = dmafd; in gst_v4l2_allocator_import_dmabuf()