/external/libvpx/libvpx/ |
vpxdec.c | 52 static const arg_def_t codecarg = ARG_DEF( variable 98 &codecarg, &use_yv12, &use_i420, &flipuvarg, &rawvideo, &noblitarg, 609 if (arg_match(&arg, &codecarg, argi)) { [all...] |
vpxenc.c | 145 static const arg_def_t codecarg = ARG_DEF( variable 211 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip, 869 if (arg_match(&arg, &codecarg, argi)) { [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
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)) {
|
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)) { [all...] |