Searched refs:width_arg (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dsimple_encoder.c166 const char *width_arg = NULL; local
178 width_arg = argv[2];
189 info.frame_width = strtol(width_arg, NULL, 0);
H A Dtwopass_encoder.c136 const char *const width_arg = argv[2]; local
152 info.frame_width = strtol(width_arg, NULL, 0);
H A Dvp9_spatial_scalable_encoder.c45 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 133 milliseconds