/third_party/ffmpeg/fftools/ |
D | opt_common.h | 33 int show_sinks(void *optctx, const char *opt, const char *arg); 39 int show_sources(void *optctx, const char *opt, const char *arg); 58 int show_license(void *optctx, const char *opt, const char *arg); 63 int show_help(void *optctx, const char *opt, const char *arg); 71 int show_version(void *optctx, const char *opt, const char *arg); 78 int show_buildconf(void *optctx, const char *opt, const char *arg); 85 int show_formats(void *optctx, const char *opt, const char *arg); 92 int show_muxers(void *optctx, const char *opt, const char *arg); 99 int show_demuxers(void *optctx, const char *opt, const char *arg); 106 int show_devices(void *optctx, const char *opt, const char *arg); [all …]
|
D | opt_common.c | 75 int show_license(void *optctx, const char *opt, const char *arg) in show_license() argument 248 int show_version(void *optctx, const char *opt, const char *arg) in show_version() argument 257 int show_buildconf(void *optctx, const char *opt, const char *arg) in show_buildconf() argument 574 int show_help(void *optctx, const char *opt, const char *arg) in show_help() argument 667 int show_codecs(void *optctx, const char *opt, const char *arg) in show_codecs() argument 764 int show_decoders(void *optctx, const char *opt, const char *arg) in show_decoders() argument 770 int show_encoders(void *optctx, const char *opt, const char *arg) in show_encoders() argument 776 int show_bsfs(void *optctx, const char *opt, const char *arg) in show_bsfs() argument 788 int show_filters(void *optctx, const char *opt, const char *arg) in show_filters() argument 844 static int show_formats_devices(void *optctx, const char *opt, const char *arg, int device_only, in… in show_formats_devices() argument [all …]
|
D | cmdutils.h | 83 int opt_default(void *optctx, const char *opt, const char *arg); 88 int opt_timelimit(void *optctx, const char *opt, const char *arg); 205 void parse_options(void *optctx, int argc, char **argv, const OptionDef *options, 206 void (* parse_arg_function)(void *optctx, const char*)); 213 int parse_option(void *optctx, const char *opt, const char *arg, 281 int parse_optgroup(void *optctx, OptionGroup *g);
|
D | ffmpeg_opt.c | 241 static int show_hwaccels(void *optctx, const char *opt, const char *arg) in show_hwaccels() argument 343 static int opt_filter_threads(void *optctx, const char *opt, const char *arg) in opt_filter_threads() argument 350 static int opt_abort_on(void *optctx, const char *opt, const char *arg) in opt_abort_on() argument 369 static int opt_stats_period(void *optctx, const char *opt, const char *arg) in opt_stats_period() argument 384 static int opt_audio_codec(void *optctx, const char *opt, const char *arg) in opt_audio_codec() argument 386 OptionsContext *o = optctx; in opt_audio_codec() 390 static int opt_video_codec(void *optctx, const char *opt, const char *arg) in opt_video_codec() argument 392 OptionsContext *o = optctx; in opt_video_codec() 396 static int opt_subtitle_codec(void *optctx, const char *opt, const char *arg) in opt_subtitle_codec() argument 398 OptionsContext *o = optctx; in opt_subtitle_codec() [all …]
|
D | cmdutils.c | 251 static int write_option(void *optctx, const OptionDef *po, const char *opt, in write_option() argument 257 (uint8_t *)optctx + po->u.off : po->u.dst_ptr; in write_option() 292 int ret = po->u.func_arg(optctx, opt, arg); in write_option() 306 int parse_option(void *optctx, const char *opt, const char *arg, in parse_option() argument 338 ret = write_option(optctx, po, opt, arg); in parse_option() 345 void parse_options(void *optctx, int argc, char **argv, const OptionDef *options, in parse_options() argument 366 if ((ret = parse_option(optctx, opt, argv[optindex], options)) < 0) in parse_options() 371 parse_arg_function(optctx, opt); in parse_options() 376 int parse_optgroup(void *optctx, OptionGroup *g) in parse_optgroup() argument 399 ret = write_option(optctx, o->opt, o->key, o->val); in parse_optgroup() [all …]
|
D | ffprobe.c | 3594 static int opt_show_optional_fields(void *optctx, const char *opt, const char *arg) in opt_show_optional_fields() argument 3605 static int opt_format(void *optctx, const char *opt, const char *arg) in opt_format() argument 3649 static int opt_show_entries(void *optctx, const char *opt, const char *arg) in opt_show_entries() argument 3699 static void opt_input_file(void *optctx, const char *arg) in opt_input_file() argument 3712 static int opt_input_file_i(void *optctx, const char *opt, const char *arg) in opt_input_file_i() argument 3714 opt_input_file(optctx, arg); in opt_input_file_i() 3718 static void opt_output_file(void *optctx, const char *arg) in opt_output_file() argument 3731 static int opt_output_file_o(void *optctx, const char *opt, const char *arg) in opt_output_file_o() argument 3733 opt_output_file(optctx, arg); in opt_output_file_o() 3737 static int opt_print_filename(void *optctx, const char *opt, const char *arg) in opt_print_filename() argument [all …]
|
D | ffplay.c | 397 static int opt_add_vfilter(void *optctx, const char *opt, const char *arg) in opt_add_vfilter() argument 3467 static int opt_width(void *optctx, const char *opt, const char *arg) in opt_width() argument 3473 static int opt_height(void *optctx, const char *opt, const char *arg) in opt_height() argument 3479 static int opt_format(void *optctx, const char *opt, const char *arg) in opt_format() argument 3489 static int opt_sync(void *optctx, const char *opt, const char *arg) in opt_sync() argument 3504 static int opt_seek(void *optctx, const char *opt, const char *arg) in opt_seek() argument 3510 static int opt_duration(void *optctx, const char *opt, const char *arg) in opt_duration() argument 3516 static int opt_show_mode(void *optctx, const char *opt, const char *arg) in opt_show_mode() argument 3525 static void opt_input_file(void *optctx, const char *filename) in opt_input_file() argument 3538 static int opt_codec(void *optctx, const char *opt, const char *arg) in opt_codec() argument
|