Searched refs:outputfile (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 68 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, variable 87 &progressarg, &limitarg, &skiparg, &postprocarg, &summaryarg, &outputfile, 549 } else if (arg_match(&arg, &outputfile, argi)) in main_loop()
|
D | vpxenc.c | 177 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, variable 242 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip, 902 } else if (arg_match(&arg, &outputfile, argi)) { in parse_stream_params()
|