Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c50 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0, variable
86 &codecarg, &use_yv12, &use_i420, &flipuvarg, &noblitarg,
551 else if (arg_match(&arg, &use_yv12, argi)) { in main_loop()
Dvpxenc.c179 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0, variable
277 &use_yv12, &use_i420, &usage, &threads, &profile,
694 else if (arg_match(&arg, &use_yv12, argi)) in parse_global_config()