Module v4l::io::dmabuf::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.