Expand description
Implementation of a virtio video decoder backed by a device.
Re-exportsยง
pub use backend::DecoderBackend;
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 ๐
 - ContextMap ๐A thin wrapper of a map of contexts with error handlings.
 - Represents information of a decoder backed by a
DecoderBackend. - InputResource ๐
 - OutputResources ๐
 
Enumsยง
- PendingResponse ๐
 
Type Aliasesยง
- FrameBufferId ๐
 - InputResourceId ๐
 - InputResources ๐Maps an input resource ID to the underlying resource and its useful information.
 - OutputResourceId ๐
 - ResourceId ๐
 - StreamId ๐