Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/
Dformat.rs168 pub struct PlaneFormat { struct
172 impl_from_for_interconvertible_structs!(virtio_video_plane_format, PlaneFormat, plane_size, stride); argument
174 impl PlaneFormat { impl
175 pub fn get_plane_layout(format: Format, width: u32, height: u32) -> Option<Vec<PlaneFormat>> { in get_plane_layout()
/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs1026 plane_formats: Vec<PlaneFormat>, in set_params()