Home
last modified time | relevance | path

Searched refs:OPT_INT (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_asetrate.c38 #define OPT_INT(name, field, def, min, max, descr, ...) \ macro
42 OPT_INT("sample_rate", sample_rate, 44100, 1, INT_MAX, "set the sample rate",),
43 OPT_INT("r", sample_rate, 44100, 1, INT_MAX, "set the sample rate",),
Dasrc_sine.c57 #define OPT_INT(name, field, def, min, max, descr, ...) \ macro
74 OPT_INT("sample_rate", sample_rate, 44100, 1, INT_MAX, "set the sample rate",),
75 OPT_INT("r", sample_rate, 44100, 1, INT_MAX, "set the sample rate",),
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c2052 idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1); in opt_streamid()
2054 o->streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX); in opt_streamid()
3136 video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR); in opt_vsync()
3460 { "map_chapters", HAS_ARG | OPT_INT | OPT_EXPERT | OPT_OFFSET |
3477 { "seek_timestamp", HAS_ARG | OPT_INT | OPT_OFFSET |
3522 { "async", HAS_ARG | OPT_INT | OPT_EXPERT, { &audio_sync_method },
3530 { "copytb", HAS_ARG | OPT_INT | OPT_EXPERT, { &copy_tb },
3552 …{ "copypriorss", OPT_INT | HAS_ARG | OPT_EXPERT | OPT_SPEC | OPT_OUTPUT, { .off = OFFSET(copy…
3569 { "filter_threads", HAS_ARG | OPT_INT, { &filter_nbthreads },
3573 …{ "reinit_filter", HAS_ARG | OPT_INT | OPT_SPEC | OPT_INPUT, { .off = OFFSET(reinit_filters) },
[all …]
Dcmdutils.h167 #define OPT_INT 0x0080 macro
Dffplay.c3543 parse_number_or_die(opt, arg, OPT_INT, 0, SHOW_MODE_NB-1); in opt_show_mode()
3598 { "bytes", OPT_INT | HAS_ARG, { &seek_by_bytes }, "seek by bytes 0=off 1=on -1=auto", "val" },
3603 … { "volume", OPT_INT | HAS_ARG, { &startup_volume}, "set startup volume 0=min 100=max", "volume" },
3609 …{ "drp", OPT_INT | HAS_ARG | OPT_EXPERT, { &decoder_reorder_pts }, "let decoder reorder pts 0=off …
3610 { "lowres", OPT_INT | HAS_ARG | OPT_EXPERT, { &lowres }, "", "" },
3615 …{ "loop", OPT_INT | HAS_ARG | OPT_EXPERT, { &loop }, "set number of times the playback shall be lo…
3619 …{ "left", OPT_INT | HAS_ARG | OPT_EXPERT, { &screen_left }, "set the x position for the left of th…
3620 …{ "top", OPT_INT | HAS_ARG | OPT_EXPERT, { &screen_top }, "set the y position for the top of the w…
3625 … { "rdftspeed", OPT_INT | HAS_ARG| OPT_AUDIO | OPT_EXPERT, { &rdftspeed }, "rdft speed", "msecs" },
3636 …{ "filter_threads", HAS_ARG | OPT_INT | OPT_EXPERT, { &filter_nbthreads }, "number of filter threa…
Dcmdutils.c153 else if (type == OPT_INT && (int)d != d) in parse_number_or_die()
321 } else if (po->flags & OPT_BOOL || po->flags & OPT_INT) { in write_option()
Dffprobe.c3624 { "show_log", OPT_INT|HAS_ARG, { &do_show_log }, "show log" },