HomeSort by relevance Sort by last modified time
    Searched refs:arg_def_t (Results 1 - 3 of 3) sorted by null

  /external/libvpx/
vpxenc.c 866 static const arg_def_t debugmode = ARG_DEF("D", "debug", 0,
868 static const arg_def_t outputfile = ARG_DEF("o", "output", 1,
870 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0,
872 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0,
874 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1,
876 static const arg_def_t passes = ARG_DEF("p", "passes", 1,
878 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1,
880 static const arg_def_t fpf_name = ARG_DEF(NULL, "fpf", 1,
882 static const arg_def_t limit = ARG_DEF(NULL, "limit", 1,
884 static const arg_def_t deadline = ARG_DEF("d", "deadline", 1
    [all...]
args.h 39 } arg_def_t; typedef in typeref:struct:arg_def
vpxdec.c 66 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1,
68 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0,
70 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0,
72 static const arg_def_t flipuvarg = ARG_DEF(NULL, "flipuv", 0,
74 static const arg_def_t noblitarg = ARG_DEF(NULL, "noblit", 0,
76 static const arg_def_t progressarg = ARG_DEF(NULL, "progress", 0,
78 static const arg_def_t limitarg = ARG_DEF(NULL, "limit", 1,
80 static const arg_def_t postprocarg = ARG_DEF(NULL, "postproc", 0,
82 static const arg_def_t summaryarg = ARG_DEF(NULL, "summary", 0,
84 static const arg_def_t outputfile = ARG_DEF("o", "output", 1
    [all...]

Completed in 496 milliseconds