Home
last modified time | relevance | path

Searched refs:arg_parse_enum_or_int (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/
Dargs.h55 int arg_parse_enum_or_int(const struct arg *arg);
Dargs.c232 int arg_parse_enum_or_int(const struct arg *arg) { in arg_parse_enum_or_int() function
Dvpxenc.c915 global->test_decode = arg_parse_enum_or_int(&arg); in parse_global_config()
1153 config->cfg.g_bit_depth = arg_parse_enum_or_int(&arg); in parse_stream_params()
1159 config->stereo_fmt = arg_parse_enum_or_int(&arg); in parse_stream_params()
1186 config->cfg.rc_end_usage = arg_parse_enum_or_int(&arg); in parse_stream_params()
1250 config->arg_ctrls[j][1] = arg_parse_enum_or_int(&arg); in parse_stream_params()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c270 enc_cfg->g_bit_depth = arg_parse_enum_or_int(&arg); in parse_command_line()