Home
last modified time | relevance | path

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

/external/libaom/libaom/apps/
Daomdec.c63 static const arg_def_t use_yv12 = variable
109 &help, &codecarg, &use_yv12, &use_i420, &flipuvarg,
508 } else if (arg_match(&arg, &use_yv12, argi)) { in main_loop()
Daomenc.c132 static const arg_def_t use_yv12 = variable
267 static const arg_def_t *global_args[] = { &use_yv12,
1200 else if (arg_match(&arg, &use_yv12, argi)) in parse_global_config()
/external/libvpx/libvpx/
Dvpxdec.c55 static const arg_def_t use_yv12 = variable
109 &use_yv12,
600 else if (arg_match(&arg, &use_yv12, argi)) { in main_loop()
Dvpxenc.c98 static const arg_def_t use_yv12 = variable
223 static const arg_def_t *global_args[] = { &use_yv12,
697 else if (arg_match(&arg, &use_yv12, argi)) in parse_global_config()