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

  /external/libvpx/libvpx/
args.c 104 char option_text[40] = {0}; local
114 snprintf(option_text, 37, "-%s%s%s --%s%6s",
118 snprintf(option_text, 37, "-%s%s",
121 snprintf(option_text, 37, " --%s%s",
124 fprintf(fp, " %-37s\t%s\n", option_text, def->desc);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
args.c 104 char option_text[40] = {0}; local
114 snprintf(option_text, 37, "-%s%s%s --%s%6s",
118 snprintf(option_text, 37, "-%s%s",
121 snprintf(option_text, 37, " --%s%s",
124 fprintf(fp, " %-37s\t%s\n", option_text, def->desc);

Completed in 1301 milliseconds