Home
last modified time | relevance | path

Searched refs:OPT_INT (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug_options.h18 OPT_INT(tc_max_cpu_storage_size, 2500, "Enable the CPU storage for pipelined buffer uploads in TC.")
20 OPT_INT(max_vram_map_size, 8196, "Maximum size of a buffer in VRAM to map directly. Bigger buffers use staging uploads.")
26 #undef OPT_INT macro
H A Ddriinfo_radeonsi.h9 #define OPT_INT(name, dflt, description) DRI_CONF_OPT_I(radeonsi_##name, dflt, INT_MIN, INT_MAX, description) macro
H A Dsi_pipe.h587 #define OPT_INT(name, dflt, description) int name; macro
H A Dsi_pipe.c1109 #define OPT_INT(name, dflt, description) \ in radeonsi_screen_create_impl() macro
/third_party/ffmpeg/libavfilter/
H A 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",),
H A Dasrc_sine.c58 #define OPT_INT(name, field, def, min, max, descr, ...) \ macro
75 OPT_INT("sample_rate", sample_rate, 44100, 1, INT_MAX, "set the sample rate",),
76 OPT_INT("r", sample_rate, 44100, 1, INT_MAX, "set the sample rate",),
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c284 video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR); in parse_and_set_vsync()
2213 idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1); in opt_streamid()
2215 o->streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX); in opt_streamid()
3682 { "map_chapters", HAS_ARG | OPT_INT | OPT_EXPERT | OPT_OFFSET |
3699 { "seek_timestamp", HAS_ARG | OPT_INT | OPT_OFFSET |
3705 { "isync", HAS_ARG | OPT_INT | OPT_OFFSET |
3750 { "async", HAS_ARG | OPT_INT | OPT_EXPERT, { &audio_sync_method },
3758 { "copytb", HAS_ARG | OPT_INT | OPT_EXPERT, { &copy_tb },
3780 { "copypriorss", OPT_INT | HAS_ARG | OPT_EXPERT | OPT_SPEC | OPT_OUTPUT, { .off = OFFSET(copy_prior_start) },
3801 { "reinit_filter", HAS_ARG | OPT_INT | OPT_SPE
[all...]
H A Dcmdutils.h144 #define OPT_INT 0x0080 macro
H A Dcmdutils.c113 else if (type == OPT_INT && (int)d != d) in parse_number_or_die()
281 } else if (po->flags & OPT_BOOL || po->flags & OPT_INT) { in write_option()
H A Dffplay.c3521 parse_number_or_die(opt, arg, OPT_INT, 0, SHOW_MODE_NB-1); in opt_show_mode()
3575 { "bytes", OPT_INT | HAS_ARG, { &seek_by_bytes }, "seek by bytes 0=off 1=on -1=auto", "val" },
3580 { "volume", OPT_INT | HAS_ARG, { &startup_volume}, "set startup volume 0=min 100=max", "volume" },
3585 { "drp", OPT_INT | HAS_ARG | OPT_EXPERT, { &decoder_reorder_pts }, "let decoder reorder pts 0=off 1=on -1=auto", ""},
3586 { "lowres", OPT_INT | HAS_ARG | OPT_EXPERT, { &lowres }, "", "" },
3591 { "loop", OPT_INT | HAS_ARG | OPT_EXPERT, { &loop }, "set number of times the playback shall be looped", "loop count" },
3595 { "left", OPT_INT | HAS_ARG | OPT_EXPERT, { &screen_left }, "set the x position for the left of the window", "x pos" },
3596 { "top", OPT_INT | HAS_ARG | OPT_EXPERT, { &screen_top }, "set the y position for the top of the window", "y pos" },
3601 { "rdftspeed", OPT_INT | HAS_ARG| OPT_AUDIO | OPT_EXPERT, { &rdftspeed }, "rdft speed", "msecs" },
3611 { "filter_threads", HAS_ARG | OPT_INT | OPT_EXPER
[all...]
H A Dffprobe.c3601 show_optional_fields = parse_number_or_die("show_optional_fields", arg, OPT_INT, SHOW_OPTIONAL_FIELDS_AUTO, SHOW_OPTIONAL_FIELDS_ALWAYS); in opt_show_optional_fields()
3981 { "show_log", OPT_INT|HAS_ARG, { &do_show_log }, "show log" },

Completed in 27 milliseconds