Home
last modified time | relevance | path

Searched refs:parse_cfg (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/common/
Dargs.h56 int parse_cfg(const char *file, cfg_options_t *config);
Dargs.c59 int parse_cfg(const char *file, cfg_options_t *config) { in parse_cfg() function
/external/libaom/libaom/apps/
Daomenc.c1169 parse_cfg(arg.val, &global->encoder_config); in parse_global_config()