openipc-video 0.1.25

Low-latency platform video decoding for OpenIPC applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Android hardware decoding through NDK MediaCodec and AImageReader.

mod decoder;
mod session;
mod surface;

#[cfg(test)]
mod tests;

pub use decoder::AndroidDecoder;
pub use surface::{AndroidImagePlane, AndroidVideoFrame};