Searched refs:codecarg (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 48 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, variable 86 &codecarg, &use_yv12, &use_i420, &flipuvarg, &noblitarg, 543 if (arg_match(&arg, &codecarg, argi)) { in main_loop()
|
D | vpxenc.c | 183 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, variable 242 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip, 669 if (arg_match(&arg, &codecarg, argi)) { in parse_global_config()
|