Searched refs:use_i420 (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/
H A Dvpxenc.h34 int use_i420; member in struct:VpxEncoderConfig
H A Dtools_common.h98 int use_i420; member in struct:VpxInputContext
H A Dvpxenc.c181 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
277 &use_yv12, &use_i420, &usage, &threads, &profile,
662 global->use_i420 = 1;
695 global->use_i420 = 0;
696 else if (arg_match(&arg, &use_i420, argi))
697 global->use_i420 = 1;
791 input->use_i420 = 0;
1099 input->use_i420 ? "I420" : "YV12");
1535 input.use_i420 = 1;
1646 input.use_i420
[all...]
H A Dvpxdec.c52 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
86 &codecarg, &use_yv12, &use_i420, &flipuvarg, &noblitarg,
554 } else if (arg_match(&arg, &use_i420, argi)) {
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxdec.c56 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
99 &codecarg, &use_yv12, &use_i420, &flipuvarg, &rawvideo, &noblitarg,
785 } else if (arg_match(&arg, &use_i420, argi)) {
H A Dvpxenc.c137 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
247 &use_yv12, &use_i420, &use_i422, &use_i444,
826 else if (arg_match(&arg, &use_i420, argi))

Completed in 4634 milliseconds