Searched refs:codecarg (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/apps/ |
D | aomdec.c | 62 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()
|
D | aomenc.c | 140 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/ |
D | vpxdec.c | 54 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()
|
D | vpxenc.c | 108 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()
|