Searched defs:Args (Results 1 – 7 of 7) sorted by relevance
| /system/cros-codecs/examples/ccenc/ |
| D | util.rs | 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, [all …]
|
| /system/cros-codecs/examples/ccdec/ |
| D | util.rs | 38 pub struct Args { struct 41 pub input: PathBuf, 45 pub output: Option<PathBuf>, 49 pub multiple_output_files: bool, 53 pub input_format: EncodedFormat, 57 pub output_format: DecodedFormat, 62 pub frame_memory: FrameMemoryType, 67 pub gbm_device: Option<PathBuf>, 72 pub libva_device: Option<PathBuf>, 77 pub compute_md5: Option<Md5Computation>, [all …]
|
| /system/apex/tools/apex-ls/ |
| D | main.cpp | 42 struct Args { struct 47 Result<void> PrintList(Args args) { in PrintList() argument
|
| /system/core/trusty/keymint/src/ |
| D | keymint_hal_main.rs | 86 struct Args { struct 99 let args = Args::parse(); in inner_main() argument
|
| /system/tools/xsdc/build/ |
| D | xsdc.go | 102 Args *string member 114 Args *string member
|
| /system/libvintf/test/ |
| D | VintfFmTest.cpp | 152 class Args { class 154 Args(const std::initializer_list<const char*>& list) { in Args() function in android::vintf::__anon1cb039300111::Args
|
| /system/libvintf/ |
| D | check_vintf.cpp | 69 using Args = std::multimap<Option, std::string>; typedef
|