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

  /external/libvpx/libvpx/
vpxenc.c 966 static const arg_def_t debugmode = ARG_DEF("D", "debug", 0,
968 static const arg_def_t outputfile = ARG_DEF("o", "output", 1,
970 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0,
972 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0,
974 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1,
976 static const arg_def_t passes = ARG_DEF("p", "passes", 1,
978 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1,
980 static const arg_def_t fpf_name = ARG_DEF(NULL, "fpf", 1,
982 static const arg_def_t limit = ARG_DEF(NULL, "limit", 1,
984 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 37 milliseconds