Searched refs:FormatDesc (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/devices/src/virtio/video/decoder/ |
D | capability.rs | 19 ) -> FormatDesc { in from_pixel_format() argument 31 FormatDesc { in from_pixel_format() 39 pub in_fmts: Vec<FormatDesc>, 40 pub out_fmts: Vec<FormatDesc>, 59 in_fmts.push(FormatDesc { in new()
|
/external/crosvm/devices/src/virtio/video/encoder/ |
D | encoder.rs | 11 find_closest_resolution, Format, FormatDesc, Level, PlaneFormat, Profile, 125 pub input_format_descs: Vec<FormatDesc>, 126 pub output_format_descs: Vec<FormatDesc>,
|
D | libvda_encoder.rs | 14 use crate::virtio::video::format::{Format, FormatDesc, FormatRange, FrameFormat, Level, Profile}; 36 let input_format_descs: Vec<FormatDesc> = input_formats in new() 48 FormatDesc { in new() 135 output_format_descs.push(FormatDesc { in new()
|
/external/crosvm/devices/src/virtio/video/ |
D | format.rs | 213 pub struct FormatDesc { struct 219 impl Response for FormatDesc { argument
|
D | response.rs | 37 QueryCapability(Vec<FormatDesc>),
|