Searched refs:use_i420 (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.h | 34 int use_i420; member
|
D | tools_common.h | 98 int use_i420; member
|
D | vpxenc.c | 181 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; in parse_global_config() 695 global->use_i420 = 0; in parse_global_config() 696 else if (arg_match(&arg, &use_i420, argi)) in parse_global_config() 697 global->use_i420 = 1; in parse_global_config() 791 input->use_i420 = 0; in open_input_file() 1099 input->use_i420 ? "I420" : "YV12"); in show_stream_config() 1535 input.use_i420 = 1; in main() 1646 input.use_i420 ? VPX_IMG_FMT_I420 in main()
|
D | vpxdec.c | 52 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)) { in main_loop()
|