Expand description
DMA-BUF streaming implementations.
Structs§
- Stream of user buffers. Exposes the borrowing API
- Stream
Io 🔒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.