Searched refs:OptionDef (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 135 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);
|
D | cmdutils.c | 134 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 …]
|
D | ffmpeg.h | 653 extern const OptionDef options[];
|
D | opt_common.c | 237 void show_banner(int argc, char **argv, const OptionDef *options) in show_banner()
|
D | ffprobe.c | 278 static const OptionDef *options; 3957 static const OptionDef real_options[] = {
|
D | ffmpeg_opt.c | 195 const OptionDef *po = options; in uninit_options() 3647 const OptionDef options[] = {
|
D | ffplay.c | 3562 static const OptionDef options[] = {
|