• Home
  • Raw
  • Download

Lines Matching refs:optctx

89 int opt_cpuflags(void *optctx, const char *opt, const char *arg);
95 int opt_default(void *optctx, const char *opt, const char *arg);
100 int opt_loglevel(void *optctx, const char *opt, const char *arg);
102 int opt_report(void *optctx, const char *opt, const char *arg);
104 int opt_max_alloc(void *optctx, const char *opt, const char *arg);
106 int opt_codec_debug(void *optctx, const char *opt, const char *arg);
111 int opt_timelimit(void *optctx, const char *opt, const char *arg);
260 int show_help(void *optctx, const char *opt, const char *arg);
274 void parse_options(void *optctx, int argc, char **argv, const OptionDef *options,
275 void (* parse_arg_function)(void *optctx, const char*));
282 int parse_option(void *optctx, const char *opt, const char *arg,
351 int parse_optgroup(void *optctx, OptionGroup *g);
457 int show_version(void *optctx, const char *opt, const char *arg);
464 int show_buildconf(void *optctx, const char *opt, const char *arg);
471 int show_license(void *optctx, const char *opt, const char *arg);
478 int show_formats(void *optctx, const char *opt, const char *arg);
485 int show_muxers(void *optctx, const char *opt, const char *arg);
492 int show_demuxers(void *optctx, const char *opt, const char *arg);
499 int show_devices(void *optctx, const char *opt, const char *arg);
506 int show_sinks(void *optctx, const char *opt, const char *arg);
512 int show_sources(void *optctx, const char *opt, const char *arg);
520 int show_codecs(void *optctx, const char *opt, const char *arg);
526 int show_decoders(void *optctx, const char *opt, const char *arg);
532 int show_encoders(void *optctx, const char *opt, const char *arg);
539 int show_filters(void *optctx, const char *opt, const char *arg);
546 int show_bsfs(void *optctx, const char *opt, const char *arg);
553 int show_protocols(void *optctx, const char *opt, const char *arg);
560 int show_pix_fmts(void *optctx, const char *opt, const char *arg);
567 int show_layouts(void *optctx, const char *opt, const char *arg);
573 int show_sample_fmts(void *optctx, const char *opt, const char *arg);
579 int show_colors(void *optctx, const char *opt, const char *arg);