Home
last modified time | relevance | path

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

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