HomeSort by relevance Sort by last modified time
    Searched defs:outputfile (Results 1 - 5 of 5) sorted by null

  /external/valgrind/auxprogs/
getoff.c 80 "Usage: %s [--help] [-h] [-v] [-o <outputfile>]\n"
83 "Use -o to output to <outputfile>\n"
92 FILE *outputfile; local
95 outputfile = stdout;
112 outputfile = fopen(argv[i], "w");
113 if (outputfile == NULL) {
154 fprintf(outputfile,
165 if (outputfile != stdout)
166 if (fclose (outputfile) != 0) {
  /external/libvpx/libvpx/
vpxdec.c 74 static const arg_def_t outputfile = ARG_DEF( variable
99 &progressarg, &limitarg, &skiparg, &postprocarg, &summaryarg, &outputfile,
615 } else if (arg_match(&arg, &outputfile, argi))
    [all...]
vpxenc.c 133 static const arg_def_t outputfile = ARG_DEF( variable
211 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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))
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,
    [all...]

Completed in 143 milliseconds