Searched refs:OptionDef (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 158 typedef struct OptionDef { struct 190 } OptionDef; argument 201 void show_help_options(const OptionDef *options, const char *msg, int req_flags, 274 void parse_options(void *optctx, int argc, char **argv, const OptionDef *options, 283 const OptionDef *options); 291 const OptionDef *opt; 372 const OptionDef *options, 383 void parse_loglevel(int argc, char **argv, const OptionDef *options); 388 int locate_option(int argc, char **argv, const OptionDef *options, 449 void show_banner(int argc, char **argv, const OptionDef *options);
|
D | cmdutils.c | 174 void show_help_options(const OptionDef *options, const char *msg, int req_flags, in show_help_options() 177 const OptionDef *po; in show_help_options() 216 static const OptionDef *find_option(const OptionDef *po, const char *name) in find_option() 291 static int write_option(void *optctx, const OptionDef *po, const char *opt, in write_option() 347 const OptionDef *options) in parse_option() 349 const OptionDef *po; in parse_option() 379 void parse_options(void *optctx, int argc, char **argv, const OptionDef *options, in parse_options() 443 int locate_option(int argc, char **argv, const OptionDef *options, in locate_option() 446 const OptionDef *po; in locate_option() 493 static void check_options(const OptionDef *po) in check_options() [all …]
|
D | ffmpeg.h | 639 extern const OptionDef options[];
|
D | ffprobe.c | 255 static const OptionDef *options; 3598 static const OptionDef real_options[] = {
|
D | ffmpeg_opt.c | 193 const OptionDef *po = options; in uninit_options() 3427 const OptionDef options[] = {
|
D | ffplay.c | 3584 static const OptionDef options[] = {
|