/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_debug_options.h | 18 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 D | driinfo_radeonsi.h | 9 #define OPT_INT(name, dflt, description) DRI_CONF_OPT_I(radeonsi_##name, dflt, INT_MIN, INT_MAX, description) macro
|
H A D | si_pipe.h | 587 #define OPT_INT(name, dflt, description) int name; macro
|
H A D | si_pipe.c | 1109 #define OPT_INT(name, dflt, description) \ in radeonsi_screen_create_impl() macro
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_asetrate.c | 38 #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 D | asrc_sine.c | 58 #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 D | ffmpeg_opt.c | 284 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, { ©_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 D | cmdutils.h | 144 #define OPT_INT 0x0080 macro
|
H A D | cmdutils.c | 113 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 D | ffplay.c | 3521 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 D | ffprobe.c | 3601 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" },
|