Module cros_codecs::decoders
source · Modules
Enums
- Instructs the decoder on whether it should block on the decode operations. Nonblocking mode is conditional on backend support.
- Error possibly returned by the
decode
method.. - Events that can be retrieved using the
next_event
method of a decoder.
Traits
- The handle type used by the stateless decoder backend. The only requirement from implementors is that they give access to the underlying handle and that they can be (cheaply) cloned.
- Trait for objects allowing to negotiate the output format of a decoder.
- A trait for types that can be mapped into the client’s address space.
- Stateless video decoder interface.