Home
last modified time | relevance | path

Searched refs:delays (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/node/test/parallel/
Dtest-net-socket-timeout-unref.js38 const delays = [8, 5, 3, 6, 2, 4]; variable
40 delays.forEach(function(T) {
43 if (++connections === delays.length) {
Dtest-net-connect-keepalive.js8 const delays = [[123, 0], [456123, 456], [-123000, 0], [undefined, 0]]; variable
17 for (const delay of delays) {
/third_party/ffmpeg/libavfilter/
Daf_chorus.c46 float *delays; member
121 s->delays = av_realloc_f(s->delays, nb_delays, sizeof(*s->delays)); in init()
126 if (!s->delays || !s->decays || !s->speeds || !s->depths) in init()
129 fill_items(s->delays_str, &nb_delays, s->delays); in init()
196 int samples = (int) ((s->delays[n] + s->depths[n]) * outlink->sample_rate / 1000.0); in config_output()
330 av_freep(&s->delays); in uninit()
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()
Daf_adelay.c40 char *delays; member
57 …{ "delays", "set list of delays for each channel", OFFSET(delays), AV_OPT_TYPE_STRING, {.str=NULL}…
143 p = s->delays; in config_input()
222 if (ctx->is_disabled || !s->delays) in filter_frame()
Daf_sofalizer.c689 float c[3], delays[2]; in getfilter_float() local
704 s->sofa.fir, delays); in getfilter_float()
707 delays[0] = s->sofa.hrtf->DataDelay.values[nearest * s->sofa.hrtf->R]; in getfilter_float()
708 delays[1] = s->sofa.hrtf->DataDelay.values[nearest * s->sofa.hrtf->R + 1]; in getfilter_float()
710 delays[0] = s->sofa.hrtf->DataDelay.values[0]; in getfilter_float()
711 delays[1] = s->sofa.hrtf->DataDelay.values[1]; in getfilter_float()
716 *delay_left = delays[0]; in getfilter_float()
717 *delay_right = delays[1]; in getfilter_float()
/third_party/curl/tests/data/
Dtest147421 # Because of the timing sensitivity (scheduling delays of 500 msec can cause
25 # becoming even more sensitive to delays (going from 500 msec to 250 msec or
/third_party/libwebsockets/READMEs/
DREADME.lws_retry.md3 This struct sets the policy for delays between retries, and for
10 You can define a table of ms-resolution delays indexed by which
/third_party/rust/crates/nix/
Dbors.toml53 # for delays on Cirrus's end.
/third_party/ltp/testcases/realtime/
D00_Descriptions.txt64 designed to look for 'delays' between two calls to clock_gettime()
83 - Measures the preemption delays that may be encountered by realtime apps.
89 average delays are reported for x pairs of such calls.
/third_party/astc-encoder/Source/
Dstb_image.h430 STBIDEF stbi_uc *stbi_load_gif_from_memory(stbi_uc const *buffer, int len, int **delays, int *x, in…
952 static void *stbi__load_gif_main(stbi__context *s, int **delays, int *x, int *y, int *z, int *co…
1424 STBIDEF stbi_uc *stbi_load_gif_from_memory(stbi_uc const *buffer, int len, int **delays, int *x, in… in stbi_load_gif_from_memory() argument
1430 result = (unsigned char*) stbi__load_gif_main(&s, delays, x, y, z, comp, req_comp); in stbi_load_gif_from_memory()
6867 static void *stbi__load_gif_main_outofmem(stbi__gif *g, stbi_uc *out, int **delays) in stbi__load_gif_main_outofmem() argument
6874 if (delays && *delays) STBI_FREE(*delays); in stbi__load_gif_main_outofmem()
6878 static void *stbi__load_gif_main(stbi__context *s, int **delays, int *x, int *y, int *z, int *comp,… in stbi__load_gif_main() argument
6894 if (delays) { in stbi__load_gif_main()
6895 *delays = 0; in stbi__load_gif_main()
6911 return stbi__load_gif_main_outofmem(&g, out, delays); in stbi__load_gif_main()
[all …]
/third_party/ffmpeg/doc/
Dmultithreading.txt10 It accepts N future frames and delays decoded pictures by N-1 frames.
Dnut.texi36 detecting endpoint latency and network delays.
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_flush.txt68 delays for the majority of applications and operations where such
/third_party/EGL/extensions/NV/
DEGL_NV_stream_flush.txt68 delays for the majority of applications and operations where such
/third_party/libinput/doc/user/
Dwhat-is-libinput.rst154 merely introduce complexity and processing delays for no real benefit.
/third_party/openssl/doc/man3/
DBIO_should_retry.pod100 the performance may be poor if SSL BIOs are present because long delays
/third_party/libcoap/man/
Dcoap_resource.txt.in151 in random delays to the responses, and 4.xx / 5.xx responses are dropped.
161 Disable libcoap library from adding in delays to multicast requests before
/third_party/node/doc/api/
Dtimers.md239 set to `1`. Non-integer delays are truncated to an integer.
272 will be set to `1`. Non-integer delays are truncated to an integer.
Dperf_hooks.md1229 delay over time. The delays will be reported in nanoseconds.
1234 of the timer, and those delays are specifically what this API is intended to
1336 The mean of the recorded event loop delays.
1422 The standard deviation of the recorded event loop delays.
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dresponseheaders.inc167 @code{/picture.png} should provide just the same but without any artificial delays.
Dlargerpost.inc10 synchronize the global states at the cost of possible delays for other connections if the processing
/third_party/gstreamer/gstreamer/docs/random/wingo/
Dpro-audio-with-gstreamer34 -- the delays are carried out by the timekeeping element (if any), when
/third_party/libwebsockets/lib/misc/threadpool/
DREADME.md116 possible, it's okay but eg exiting the application may experience delays
/third_party/libwebsockets/lib/secure-streams/
DREADME.md182 An array of ms delays for each retry in turn
188 is used for the extra delays. 65535 means never stop trying.
194 1000ms, and jitterpc of 20%, actual delays will be chosen randomly from 1000ms

1234