Home
last modified time | relevance | path

Searched refs:virtio_video_plane_format (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/virtio/video/
Dparams.rs90 let mut p_fmts: [virtio_video_plane_format; VIRTIO_VIDEO_MAX_PLANES as usize] = in to_virtio_video_params()
93 p_fmts[i] = Into::<virtio_video_plane_format>::into(*pf); in to_virtio_video_params()
Dprotocol.rs310 pub struct virtio_video_plane_format { struct
334 pub plane_formats: [virtio_video_plane_format; 8usize], argument
Dformat.rs179 impl_from_for_interconvertible_structs!(virtio_video_plane_format, PlaneFormat, plane_size, stride);