Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/
Dformat.rs175 pub struct PlaneFormat { struct
179 impl_from_for_interconvertible_structs!(virtio_video_plane_format, PlaneFormat, plane_size, stride); argument
/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs948 plane_formats: Vec<PlaneFormat>, in set_params()