Home
last modified time | relevance | path

Searched refs:defs (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dargs.c103 void arg_show_usage(FILE *fp, const struct arg_def *const *defs) { in arg_show_usage() argument
106 for (; *defs; defs++) { in arg_show_usage()
107 const struct arg_def *def = *defs; in arg_show_usage()
Dargs.h48 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);