Expand description
Implementation of a virtio video decoder backed by a device.
Modules§
- This module implements the interface that actual decoder devices need to implement in order to provide video decoding capability to the guest.
- Capablities of the virtio video decoder device.
Structs§
- Context 🔒
- A thin wrapper of a map of contexts with error handlings.
- Represents information of a decoder backed by a
DecoderBackend
.
Enums§
Type Aliases§
- Maps an input resource ID to the underlying resource and its useful information.
- StreamId 🔒