Home
last modified time | relevance | path

Searched defs:PlaneFormat (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/virtio/video/
Dformat.rs165 pub struct PlaneFormat { struct
169 impl_from_for_interconvertible_structs!(virtio_video_plane_format, PlaneFormat, plane_size, stride); argument
171 impl PlaneFormat { impl
172 pub fn get_plane_layout(format: Format, width: u32, height: u32) -> Option<Vec<PlaneFormat>> { in get_plane_layout()
Dresource.rs205 planes_format: &[PlaneFormat], in from_virtio_guest_mem_entry()
/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs1022 plane_formats: Vec<PlaneFormat>, in set_params()