Home
last modified time | relevance | path

Searched refs:OptionDef (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/fftools/
Dcmdutils.h135 typedef struct OptionDef { struct
167 } OptionDef; argument
178 void show_help_options(const OptionDef *options, const char *msg, int req_flags,
205 void parse_options(void *optctx, int argc, char **argv, const OptionDef *options,
214 const OptionDef *options);
222 const OptionDef *opt;
302 const OptionDef *options,
313 void parse_loglevel(int argc, char **argv, const OptionDef *options);
318 int locate_option(int argc, char **argv, const OptionDef *options,
379 void show_banner(int argc, char **argv, const OptionDef *options);
Dcmdutils.c134 void show_help_options(const OptionDef *options, const char *msg, int req_flags, in show_help_options()
137 const OptionDef *po; in show_help_options()
176 static const OptionDef *find_option(const OptionDef *po, const char *name) in find_option()
251 static int write_option(void *optctx, const OptionDef *po, const char *opt, in write_option()
307 const OptionDef *options) in parse_option()
309 static const OptionDef opt_avoptions = { in parse_option()
315 const OptionDef *po; in parse_option()
345 void parse_options(void *optctx, int argc, char **argv, const OptionDef *options, in parse_options()
409 int locate_option(int argc, char **argv, const OptionDef *options, in locate_option()
412 const OptionDef *po; in locate_option()
[all …]
Dffmpeg.h653 extern const OptionDef options[];
Dopt_common.c237 void show_banner(int argc, char **argv, const OptionDef *options) in show_banner()
Dffprobe.c278 static const OptionDef *options;
3957 static const OptionDef real_options[] = {
Dffmpeg_opt.c195 const OptionDef *po = options; in uninit_options()
3647 const OptionDef options[] = {
Dffplay.c3562 static const OptionDef options[] = {