Home
last modified time | relevance | path

Searched refs:arg_parse_enum (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/
Dargs.c191 int arg_parse_enum(const struct arg *arg) { in arg_parse_enum() function
213 if (arg->def->enums) return arg_parse_enum(arg); in arg_parse_enum_or_int()
Dargs.h57 int arg_parse_enum(const struct arg *arg);
/external/libaom/libaom/common/
Dargs.h61 int arg_parse_enum(const struct arg *arg);
Dargs.c248 int arg_parse_enum(const struct arg *arg) { in arg_parse_enum() function
270 if (arg->def->enums) return arg_parse_enum(arg); in arg_parse_enum_or_int()
/external/libaom/libaom/apps/
Daomenc.c1139 global->csp = arg_parse_enum(&arg); in parse_global_config()