Searched refs:dmafd (Results 1 – 3 of 3) sorted by relevance
153 gint plane, gpointer data, int dmafd, GstV4l2MemoryGroup * group) in _v4l2mem_new() argument167 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[all …]
83 gint dmafd; member
421 buffer_export(struct display *display, int index, int dmafd[]) in buffer_export() argument435 close(dmafd[--i]); in buffer_export()438 dmafd[i] = expbuf.fd; in buffer_export()