openipc-video 0.1.34

Low-latency platform video decoding for OpenIPC applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Linux VA-API decoder backed by `cros-codecs` and DMA surfaces.

mod decoder;
mod device;
mod frame;
mod session;
mod surface;
#[cfg(test)]
mod tests;

pub use decoder::LinuxDecoder;
pub use surface::LinuxVideoFrame;