Searched defs:FramePlane (Results 1 – 5 of 5) sorted by relevance
19 pub struct FramePlane { struct24 impl FramePlane { implementation
327 pub struct FramePlane { struct328 pub offset: usize,329 pub stride: usize,330 pub size: usize,
103 planes: &[FramePlane], in encode()
123 planes: &[FramePlane], in use_output_buffer()
61 impl From<&FramePlane> for libvda::FramePlane { implementation