Home
last modified time | relevance | path

Searched defs:FramePlane (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/virtio/video/decoder/backend/
Dmod.rs18 pub struct FramePlane { struct
19 pub offset: i32,
20 pub stride: i32,
84 planes: &[FramePlane], in use_output_buffer()
Dvda.rs46 impl From<&FramePlane> for libvda::FramePlane { implementation
157 planes: &[FramePlane], in use_output_buffer()