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

  /external/libvpx/
vpxenc.c     [all...]
vpxdec.c 720 if (arg_match(&arg, &codecarg, argi))
734 else if (arg_match(&arg, &outputfile, argi))
736 else if (arg_match(&arg, &use_yv12, argi))
741 else if (arg_match(&arg, &use_i420, argi))
746 else if (arg_match(&arg, &flipuvarg, argi))
748 else if (arg_match(&arg, &noblitarg, argi))
750 else if (arg_match(&arg, &progressarg, argi))
752 else if (arg_match(&arg, &limitarg, argi))
754 else if (arg_match(&arg, &postprocarg, argi))
756 else if (arg_match(&arg, &md5arg, argi)
    [all...]
args.h 36 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
args.c 40 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) function
  /external/qemu/hw/
goldfish_nand.c 431 static int arg_match(const char *a, const char *b, size_t b_len) function
490 if(arg_match("readonly", arg, arg_len)) {
499 if(arg_match("size", arg, arg_len)) {
505 else if(arg_match("pagesize", arg, arg_len)) {
511 else if(arg_match("extrasize", arg, arg_len)) {
517 else if(arg_match("erasepages", arg, arg_len)) {
523 else if(arg_match("initfile", arg, arg_len)) {
530 else if(arg_match("file", arg, arg_len)) {

Completed in 3338 milliseconds