v4l::io::dmabuf

Module stream

Source
Expand description

DMA-BUF streaming implementations.

Structsยง

  • Stream of user buffers. Exposes the borrowing API
  • StreamIo ๐Ÿ”’
    Stream core responsible for DMA-BUF calls
  • A stream using the manual buffer management API, where owned buffers are handed to the user, to be enqueued and dequeued explicitly, rather than only borrowed.