HomeSort by relevance Sort by last modified time
    Searched full:height_arg (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_encoder.c 168 const char *height_arg = NULL; local
180 height_arg = argv[3];
191 info.frame_height = strtol(height_arg, NULL, 0);
twopass_encoder.c 213 const char *const height_arg = argv[3]; local
226 h = strtol(height_arg, NULL, 0);
vp9_spatial_svc_encoder.c 36 static const arg_def_t height_arg = ARG_DEF("h", "height", 1, "source height"); variable
65 &frames_arg, &width_arg, &height_arg,
152 } else if (arg_match(&arg, &height_arg, argi)) {
  /external/libvpx/libvpx/examples/
simple_encoder.c 167 const char *height_arg = NULL; local
179 height_arg = argv[3];
190 info.frame_height = strtol(height_arg, NULL, 0);
twopass_encoder.c 137 const char *const height_arg = argv[3]; local
153 info.frame_height = strtol(height_arg, NULL, 0);
vp9_spatial_scalable_encoder.c 46 static const arg_def_t height_arg = ARG_DEF("h", "height", 1, "source height"); variable
80 &encoding_mode_arg, &frames_arg, &width_arg, &height_arg,
169 } else if (arg_match(&arg, &height_arg, argi)) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_encoder.c 167 const char *height_arg = NULL; local
179 height_arg = argv[3];
190 info.frame_height = strtol(height_arg, NULL, 0);
twopass_encoder.c 137 const char *const height_arg = argv[3]; local
153 info.frame_height = strtol(height_arg, NULL, 0);
vp9_spatial_scalable_encoder.c 46 static const arg_def_t height_arg = ARG_DEF("h", "height", 1, "source height"); variable
80 &encoding_mode_arg, &frames_arg, &width_arg, &height_arg,
169 } else if (arg_match(&arg, &height_arg, argi)) {

Completed in 229 milliseconds