Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/
Dcommand.rs174 planes_layout, in from_reader()
181 if Into::<u32>::into(planes_layout) != VIRTIO_VIDEO_PLANES_LAYOUT_SINGLE_BUFFER { in from_reader()
184 Into::<u32>::into(planes_layout), in from_reader()
Dprotocol.rs183 pub planes_layout: Le32, field
252 pub planes_layout: Le32, field
Dformat.rs225 planes_layout: Le32::from(VIRTIO_VIDEO_PLANES_LAYOUT_SINGLE_BUFFER), in write()