Lines Matching defs:optctx
75 int show_license(void *optctx, const char *opt, const char *arg)
248 int show_version(void *optctx, const char *opt, const char *arg)
257 int show_buildconf(void *optctx, const char *opt, const char *arg)
574 int show_help(void *optctx, const char *opt, const char *arg)
667 int show_codecs(void *optctx, const char *opt, const char *arg)
764 int show_decoders(void *optctx, const char *opt, const char *arg)
770 int show_encoders(void *optctx, const char *opt, const char *arg)
776 int show_bsfs(void *optctx, const char *opt, const char *arg)
788 int show_filters(void *optctx, const char *opt, const char *arg)
844 static int show_formats_devices(void *optctx, const char *opt, const char *arg, int device_only, int muxdemuxers)
907 int show_formats(void *optctx, const char *opt, const char *arg)
909 return show_formats_devices(optctx, opt, arg, 0, SHOW_DEFAULT);
912 int show_muxers(void *optctx, const char *opt, const char *arg)
914 return show_formats_devices(optctx, opt, arg, 0, SHOW_MUXERS);
917 int show_demuxers(void *optctx, const char *opt, const char *arg)
919 return show_formats_devices(optctx, opt, arg, 0, SHOW_DEMUXERS);
922 int show_devices(void *optctx, const char *opt, const char *arg)
924 return show_formats_devices(optctx, opt, arg, 1, SHOW_DEFAULT);
927 int show_protocols(void *optctx, const char *opt, const char *arg)
942 int show_colors(void *optctx, const char *opt, const char *arg)
956 int show_pix_fmts(void *optctx, const char *opt, const char *arg)
994 int show_layouts(void *optctx, const char *opt, const char *arg)
1027 int show_sample_fmts(void *optctx, const char *opt, const char *arg)
1036 int show_dispositions(void *optctx, const char *opt, const char *arg)
1046 int opt_cpuflags(void *optctx, const char *opt, const char *arg)
1058 int opt_cpucount(void *optctx, const char *opt, const char *arg)
1210 int opt_report(void *optctx, const char *opt, const char *arg)
1215 int opt_max_alloc(void *optctx, const char *opt, const char *arg)
1229 int opt_loglevel(void *optctx, const char *opt, const char *arg)
1392 int show_sources(void *optctx, const char *opt, const char *arg)
1430 int show_sinks(void *optctx, const char *opt, const char *arg)