Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/
Dprotocol.rs153 pub const VIRTIO_VIDEO_PLANES_LAYOUT_SINGLE_BUFFER: virtio_video_planes_layout_flag = 1;
154 pub const VIRTIO_VIDEO_PLANES_LAYOUT_PER_PLANE: virtio_video_planes_layout_flag = 2;
155 pub type virtio_video_planes_layout_flag = u32; typedef