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

  /external/libvpx/
vpxenc.c     [all...]
args.h 45 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
vpxdec.c 738 if (arg_match(&arg, &codecarg, argi))
752 else if (arg_match(&arg, &outputfile, argi))
754 else if (arg_match(&arg, &use_yv12, argi))
759 else if (arg_match(&arg, &use_i420, argi))
764 else if (arg_match(&arg, &flipuvarg, argi))
766 else if (arg_match(&arg, &noblitarg, argi))
768 else if (arg_match(&arg, &progressarg, argi))
770 else if (arg_match(&arg, &limitarg, argi))
772 else if (arg_match(&arg, &postprocarg, argi))
774 else if (arg_match(&arg, &md5arg, argi)
    [all...]
args.c 40 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) function
  /external/qemu/hw/
goldfish_nand.c 668 static int arg_match(const char *a, const char *b, size_t b_len) function
730 if(arg_match("readonly", arg, arg_len)) {
739 if(arg_match("size", arg, arg_len)) {
745 else if(arg_match("pagesize", arg, arg_len)) {
751 else if(arg_match("extrasize", arg, arg_len)) {
757 else if(arg_match("erasepages", arg, arg_len)) {
763 else if(arg_match("initfile", arg, arg_len)) {
770 else if(arg_match("file", arg, arg_len)) {

Completed in 773 milliseconds