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