Lines Matching defs:Args
39 pub struct Args { struct
42 pub input: PathBuf,
46 pub width: u32,
50 pub height: u32,
54 pub coded_width: Option<u32>,
58 pub coded_height: Option<u32>,
62 pub count: usize,
66 pub fourcc: DecodedFormat,
70 pub codec: Option<Codec>,
74 pub framerate: u32,
78 pub bitrate: u64,
82 pub output: Option<PathBuf>,
87 pub low_power: bool,