Home
last modified time | relevance | path

Searched refs:outputfile (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c68 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()
Dvpxenc.c177 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()