Home
last modified time | relevance | path

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

/external/libaom/libaom/apps/
Daomdec.c62 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); variable
109 &help, &codecarg, &use_yv12, &use_i420, &flipuvarg,
500 } else if (arg_match(&arg, &codecarg, argi)) { in main_loop()
Daomenc.c140 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); variable
207 &codecarg,
1176 } else if (arg_match(&arg, &codecarg, argi)) { in parse_global_config()
/external/libvpx/libvpx/
Dvpxdec.c54 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); variable
108 &codecarg,
592 } else if (arg_match(&arg, &codecarg, argi)) { in main_loop()
Dvpxenc.c108 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); variable
173 &codecarg,
673 } else if (arg_match(&arg, &codecarg, argi)) { in parse_global_config()