Home
last modified time | relevance | path

Searched refs:use_i420 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/
Dvpxdec.c56 static const arg_def_t use_i420 = ARG_DEF( variable
98 &codecarg, &use_yv12, &use_i420, &flipuvarg, &rawvideo, &noblitarg,
621 } else if (arg_match(&arg, &use_i420, argi)) { in main_loop()
Dvpxenc.c137 static const arg_def_t use_i420 = ARG_DEF( variable
246 &use_yv12, &use_i420, &use_i422, &use_i444, &use_i440,
896 else if (arg_match(&arg, &use_i420, argi)) in parse_global_config()