Searched refs:verbosearg (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 72 static const arg_def_t verbosearg = ARG_DEF("v", "verbose", 0, variable 88 &threadsarg, &verbosearg, &scalearg, &fb_arg, 575 else if (arg_match(&arg, &verbosearg, argi)) in main_loop()
|
D | vpxenc.c | 205 static const arg_def_t verbosearg = ARG_DEF("v", "verbose", 0, variable 244 &quietarg, &verbosearg, &psnrarg, &use_ivf, &out_part, &q_hist_n, 700 else if (arg_match(&arg, &verbosearg, argi)) in parse_global_config()
|