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

  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 74 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, variable
100 &progressarg, &limitarg, &skiparg, &postprocarg, &summaryarg, &outputfile,
776 } else if (arg_match(&arg, &outputfile, argi))
    [all...]
vpxenc.c 133 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, variable
210 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip,
    [all...]
  /external/libvpx/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...]
  /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 566 milliseconds