Home
last modified time | relevance | path

Searched refs:delays (Results 251 – 275 of 9930) sorted by relevance

1...<<11121314151617181920>>...398

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Daf_aecho.c32 char *delays, *decays; member
52 …{ "delays", "set list of signal delays", OFFSET(delays), AV_OPT_TYPE_STRING, {.str="1000"}, 0, 0…
105 if (!s->delays || !s->decays) { in init()
110 count_items(s->delays, &nb_delays); in init()
118 fill_items(s->delays, &nb_delays, s->delay); in init()
/dports/www/py-scrapy/Scrapy-2.5.1/docs/topics/
H A Dautothrottle.rst15 doesn't have to tune the download delays to find the optimum one.
24 AutoThrottle extension adjusts download delays dynamically to make spider send
28 It uses download latency to compute the delays. The main idea is the
33 Instead of adjusting the delays one can just set a small fixed
53 AutoThrottle algorithm adjusts download delays based on the following rules:
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/devicetree/bindings/net/
H A Dethernet-controller.yaml72 # RX and TX delays are added by the MAC when required
75 # RGMII with internal RX and TX delays provided by the PHY,
76 # the MAC should not add the RX or TX delays in this case
128 This is used for controllers that have configurable RX internal delays.
145 This is used for controllers that have configurable TX internal delays.
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Daf_aecho.c32 char *delays, *decays; member
52 …{ "delays", "set list of signal delays", OFFSET(delays), AV_OPT_TYPE_STRING, {.str="1000"}, 0, 0…
104 if (!s->delays || !s->decays) { in init()
109 count_items(s->delays, &nb_delays); in init()
117 fill_items(s->delays, &nb_delays, s->delay); in init()
H A Daf_adelay.c37 char *delays; member
52 …{ "delays", "set list of delays for each channel", OFFSET(delays), AV_OPT_TYPE_STRING, {.str=NULL}…
134 p = s->delays; in config_input()
188 if (ctx->is_disabled || !s->delays) in filter_frame()
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/devicetree/bindings/net/
H A Dethernet-controller.yaml72 # RX and TX delays are added by the MAC when required
75 # RGMII with internal RX and TX delays provided by the PHY,
76 # the MAC should not add the RX or TX delays in this case
128 This is used for controllers that have configurable RX internal delays.
145 This is used for controllers that have configurable TX internal delays.
/dports/net/opal/opal-3.10.10/samples/jester/
H A Dmain.cxx170 PStringArray delays = args.GetOptionString('j').Tokenise(",-"); in Main() local
172 if (delays.GetSize() > 1) { in Main()
173 minJitterNew = delays[0].AsUnsigned(); in Main()
174 maxJitterNew = delays[1].AsUnsigned(); in Main()
176 maxJitterNew = delays[0].AsUnsigned(); in Main()
/dports/net/mpich/mpich-3.4.3/test/commands/
H A DREADME10 it). This program writes several lines of output with delays between each
11 line; those delays should be observed when the program is run under mpiexec.
/dports/net/mpich2/mpich2-1.5/test/commands/
H A DREADME10 it). This program writes several lines of output with delays between each
11 line; those delays should be observed when the program is run under mpiexec.
/dports/audio/supercollider/SuperCollider-3.11.0-Source/examples/pieces/
H A Daftergoeyvaerts.scd27 c = 2; // number of comb delays
28 a = 3; // number of allpass delays
37 // chain of 4 allpass delays on each of two channels (8 total) :
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Daf_adelay.c37 char *delays; member
52 …{ "delays", "set list of delays for each channel", OFFSET(delays), AV_OPT_TYPE_STRING, {.str=NULL}…
134 p = s->delays; in config_input()
188 if (ctx->is_disabled || !s->delays) in filter_frame()
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adalib/
H A Da-retide.ali18 U ada.real_time.delays%b a-retide.adb 212eeed6 NE OL PK
27 U ada.real_time.delays%s a-retide.ads 0a5c26d7 NE OL PK
33 D a-retide.ads 20190108095404 081cdaa4 ada.real_time.delays%s
34 D a-retide.adb 20190108095404 a42fd5f3 ada.real_time.delays%b
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adalib/
H A Da-retide.ali18 U ada.real_time.delays%b a-retide.adb d0266c78 NE OL PK
27 U ada.real_time.delays%s a-retide.ads 0a1a43a7 NE OL PK
33 D a-retide.ads 20090409150019 081cdaa4 ada.real_time.delays%s
34 D a-retide.adb 20100623063157 a42fd5f3 ada.real_time.delays%b
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dsystem_gesture_event_filter_unittest.cc303 int delays[kTouchPoints] = {0, 120}; in TEST_F() local
309 kTouchPoints, points, delays, 15, kSteps, 0, 40); in TEST_F()
330 int delays[kTouchPoints] = {0, 120}; in TEST_F() local
346 generator.GestureMultiFingerScrollWithDelays(kTouchPoints, points, delays, 15, in TEST_F()
367 int delays[kTouchPoints] = {0, 0, 120}; in TEST_F() local
384 kTouchPoints, points, delays, kEventSeparation, kSteps, 150, 150); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/power/ml/
H A Duser_activity_manager.cc222 const power_manager::PowerManagementPolicy::Delays& delays) { in InactivityDelaysChanged() argument
224 OnReceiveInactivityDelays(delays); in InactivityDelaysChanged()
322 base::Optional<power_manager::PowerManagementPolicy::Delays> delays) { in OnReceiveInactivityDelays() argument
323 if (delays.has_value()) { in OnReceiveInactivityDelays()
325 base::TimeDelta::FromMilliseconds(delays->screen_dim_ms()); in OnReceiveInactivityDelays()
327 base::TimeDelta::FromMilliseconds(delays->screen_off_ms()); in OnReceiveInactivityDelays()
/dports/science/pynn/PyNN-0.10.0/pyNN/nest/
H A Dprojections.py239 delays = connection_parameter_group.pop('delay')
243 if not np.isscalar(delays):
244 delays = np.array([delays])
245 syn_dict.update({'weight': weights, 'delay': delays})
312 weights, delays, self.nest_synapse_model)
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/SLUGens/sc/HelpSource/Classes/
H A DNTube.schelp48 //delays; why stereo? warning: quite piercing
146 var delays, source, loss, k;
152 delays=`(Array.fill(6,{exprand(0.01,0.2)}));
154 delays.value.sum.postln;
156 source= WhiteNoise.ar(0.5)*EnvGen.ar(Env([1,1,0],[delays.value.sum,0.0]), trigger);
158 Out.ar(0,Pan2.ar(Limiter.ar(NTube.ar(source,loss, k, delays),0.99,0.01).min(1.0).max(-1.0),0.0));
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A DNes_Fme7_Apu.cpp78 blip_time_t time = last_time + delays [index]; in run_until()
106 delays [index] = time - end_time; in run_until()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-timer-0.2.11/
H A DCHANGELOG.md9 - `DelayQueue` when multiple delays are reset (#871).
41 * Add `sleep` function for easy interval delays (#347).
/dports/editors/xi-term/xi-term-d264767/cargo-crates/tokio-timer-0.2.11/
H A DCHANGELOG.md9 - `DelayQueue` when multiple delays are reset (#871).
41 * Add `sleep` function for easy interval delays (#347).
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-timer/
H A DCHANGELOG.md9 - `DelayQueue` when multiple delays are reset (#871).
41 * Add `sleep` function for easy interval delays (#347).
/dports/sysutils/powerman/powerman-2.3.20/etc/
H A Dwti-rps10.dev12 # N.B. The 0.5 sec delays mentioned in the documentation don't seem to be
40 # Shorter delays have to be done in s/w.
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-timer/
H A DCHANGELOG.md9 - `DelayQueue` when multiple delays are reset (#871).
41 * Add `sleep` function for easy interval delays (#347).
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio-timer/
H A DCHANGELOG.md9 - `DelayQueue` when multiple delays are reset (#871).
41 * Add `sleep` function for easy interval delays (#347).
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_aecho.c33 char *delays, *decays; member
54 …{ "delays", "set list of signal delays", OFFSET(delays), AV_OPT_TYPE_STRING, {.str="1000"}, 0, 0…
107 if (!s->delays || !s->decays) { in init()
112 count_items(s->delays, &nb_delays); in init()
120 fill_items(s->delays, &nb_delays, s->delay); in init()

1...<<11121314151617181920>>...398