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

  /external/libvpx/libvpx/
vpxenc.c 144 int use_i420; member in struct:input_state
370 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
458 &use_yv12, &use_i420, &usage, &threads, &profile,
1044 int use_i420; member in struct:global_config
    [all...]
vpxdec.c 59 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
92 &codecarg, &use_yv12, &use_i420, &flipuvarg, &noblitarg,
733 } else if (arg_match(&arg, &use_i420, argi)) {
    [all...]

Completed in 1452 milliseconds