Searched refs:use_yv12 (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/apps/ |
D | aomdec.c | 63 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()
|
D | aomenc.c | 132 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/ |
D | vpxdec.c | 55 static const arg_def_t use_yv12 = variable 109 &use_yv12, 600 else if (arg_match(&arg, &use_yv12, argi)) { in main_loop()
|
D | vpxenc.c | 98 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()
|