Searched refs:verbosearg (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/apps/ |
D | aomdec.c | 85 static const arg_def_t verbosearg = variable 111 &summaryarg, &outputfile, &threadsarg, &verbosearg, &scalearg, 554 } else if (arg_match(&arg, &verbosearg, argi)) { in main_loop()
|
D | aomenc.c | 157 static const arg_def_t verbosearg = variable 216 &verbosearg, 1210 else if (arg_match(&arg, &verbosearg, argi)) in parse_global_config()
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 81 static const arg_def_t verbosearg = variable 122 &verbosearg, 633 else if (arg_match(&arg, &verbosearg, argi)) in main_loop()
|
D | vpxenc.c | 133 static const arg_def_t verbosearg = variable 184 &verbosearg, 709 else if (arg_match(&arg, &verbosearg, argi)) in parse_global_config()
|