Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/video/decoder/backend/
H A Dvaapi.rs171 struct RawCap { struct
172 fourcc: u32,
173 min_width: u32,
174 min_height: u32,
175 max_width: u32,
176 max_height: u32,
224 fn get_raw_caps(display: Rc<libva::Display>, coded_cap: &CodedCap) -> Result<Vec<RawCap>> { in get_raw_caps()