Searched refs:width_arg (Results 1 - 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
H A D | simple_encoder.c | 166 const char *width_arg = NULL; local 178 width_arg = argv[2]; 189 info.frame_width = strtol(width_arg, NULL, 0);
|
H A D | twopass_encoder.c | 136 const char *const width_arg = argv[2]; local 152 info.frame_width = strtol(width_arg, NULL, 0);
|
H A D | vp9_spatial_scalable_encoder.c | 45 static const arg_def_t width_arg = ARG_DEF("w", "width", 1, "source width"); variable 80 &encoding_mode_arg, &frames_arg, &width_arg, &height_arg, 167 } else if (arg_match(&arg, &width_arg, argi)) {
|
Completed in 364 milliseconds