Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Ddevice_constants.rs233 pub struct virtio_video_config { struct
234 pub version: Le32,
235 pub max_caps_length: Le32,
236 pub max_resp_length: Le32,
237 pub device_name: [u8; 32],
/external/crosvm/devices/src/virtio/video/
Dmod.rs156 pub fn build_config(backend: VideoBackendType) -> virtio_video_config { in build_config()