Searched defs:PlaneFormat (Results 1 – 3 of 3) sorted by relevance
165 pub struct PlaneFormat { struct169 impl_from_for_interconvertible_structs!(virtio_video_plane_format, PlaneFormat, plane_size, stride); argument171 impl PlaneFormat { impl172 pub fn get_plane_layout(format: Format, width: u32, height: u32) -> Option<Vec<PlaneFormat>> { in get_plane_layout()
205 planes_format: &[PlaneFormat], in from_virtio_guest_mem_entry()
1022 plane_formats: Vec<PlaneFormat>, in set_params()