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

  /external/libvpx/libvpx/
args.h 57 int arg_parse_enum(const struct arg *arg);
args.c 191 int arg_parse_enum(const struct arg *arg) { function
213 if (arg->def->enums) return arg_parse_enum(arg);

Completed in 106 milliseconds