HomeSort by relevance Sort by last modified time
    Searched refs:codecarg (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/
vpxdec.c 54 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); variable
103 &help, &codecarg, &use_yv12,
568 } else if (arg_match(&arg, &codecarg, argi)) {
    [all...]
vpxenc.c 142 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); variable
207 &codecarg,
    [all...]

Completed in 58 milliseconds