openipc-video 0.1.40

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

mod decoder;
mod session;
mod surface;
mod surface_decoder;
mod surface_session;

#[cfg(test)]
mod tests;

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