Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/encoder/
Dlibvda_encoder.rs14 use crate::virtio::video::format::{Format, FormatDesc, FormatRange, FrameFormat, Level, Profile};
52 width: FormatRange { in new()
57 height: FormatRange { in new()
62 bitrates: vec![FormatRange { in new()
139 width: FormatRange { in new()
144 height: FormatRange { in new()
149 bitrates: vec![FormatRange { in new()
/external/crosvm/devices/src/virtio/video/decoder/
Dcapability.rs17 width_range: FormatRange, in from_pixel_format() argument
18 height_range: FormatRange, in from_pixel_format() argument
97 let width_range = FormatRange { in new()
102 let height_range = FormatRange { in new()
/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
191 pub width: FormatRange,
192 pub height: FormatRange,
193 pub bitrates: Vec<FormatRange>,