Searched defs:PlaneFormat (Results 1 – 2 of 2) sorted by relevance
168 pub struct PlaneFormat { struct172 impl_from_for_interconvertible_structs!(virtio_video_plane_format, PlaneFormat, plane_size, stride); argument174 impl PlaneFormat { implementation175 pub fn get_plane_layout(format: Format, width: u32, height: u32) -> Option<Vec<PlaneFormat>> { in get_plane_layout()
1031 plane_formats: Vec<PlaneFormat>, in set_params()