Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/decoder/
Dcapability.rs17 width_range: FormatRange, in from_pixel_format()
18 height_range: FormatRange, in from_pixel_format()
/external/crosvm/devices/src/virtio/video/
Dformat.rs182 pub struct FormatRange { struct
187 impl_from_for_interconvertible_structs!(virtio_video_format_range, FormatRange, min, max, step); argument