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.
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.
Codec-specific information for a single frame.
A trait for types that can be mapped into the client’s address space.