Home
last modified time | relevance | path

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

123456

/third_party/node/deps/npm/node_modules/timed-out/
Dindex.js8 var delays = isNaN(time) ? time : {socket: time, connect: time};
11 if (delays.connect !== undefined) {
17 }, delays.connect);
42 if (delays.socket !== undefined) {
45 req.setTimeout(delays.socket, function socketTimeoutHandler() {
/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) {
/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.c680 float c[3], delays[2]; in getfilter_float() local
695 s->sofa.fir, delays); in getfilter_float()
698 delays[0] = s->sofa.hrtf->DataDelay.values[nearest * s->sofa.hrtf->R]; in getfilter_float()
699 delays[1] = s->sofa.hrtf->DataDelay.values[nearest * s->sofa.hrtf->R + 1]; in getfilter_float()
701 delays[0] = s->sofa.hrtf->DataDelay.values[0]; in getfilter_float()
702 delays[1] = s->sofa.hrtf->DataDelay.values[1]; in getfilter_float()
707 *delay_left = delays[0]; in getfilter_float()
708 *delay_right = delays[1]; in getfilter_float()
/third_party/uboot/u-boot-2020.01/board/freescale/mx6memcal/
DKconfig186 CAS and internal delays for which the MMDC will retrieve the
188 This is used to compensate for board/chip delays.
196 CAS and internal delays for which the MMDC will retrieve the
198 This is used to compensate for board/chip delays.
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/net/
Dethernet.txt29 * "rgmii" (RX and TX delays are added by the MAC when required)
30 * "rgmii-id" (RGMII with internal RX and TX delays provided by the PHY, the
31 MAC should not add the RX or TX delays in this case)
Dstmmac.txt16 - snps,reset-delays-us is triplet of delays
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Dmeson-gxbb-p201.dts24 snps,reset-delays-us = <0 10000 1000000>;
Drv1108-evb.dts37 snps,reset-delays-us = <0 10000 1000000>;
Dmeson-gxbb-p200.dts72 snps,reset-delays-us = <0 10000 1000000>;
Drk3229-evb.dts62 snps,reset-delays-us = <0 10000 1000000>;
Drk3399-ficus.dts84 snps,reset-delays-us = <0 10000 50000>;
Dhi3798cv200-poplar.dts107 hisilicon,phy-reset-delays-us = <10000 10000 30000>;
Dstih410-b2260.dts186 snps,reset-delays-us = <0 10000 1000000>;
Drk3368-lion.dts72 snps,reset-delays-us = <2 10000 50000>;
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/video/
Dintel-gma.txt17 The following delays are in units of 0.1ms:
/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/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/uboot/u-boot-2020.01/drivers/ddr/altera/
Dsequencer.h151 u32 delays; member
/third_party/node/deps/npm/node_modules/asynckit/
DREADME.md65 // different delays (in ms) per item
110 // different delays (in ms) per item
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dreparent_state_with_layout_builder_test.dart144 // The layout builder will build in a separate build scope. This delays
/third_party/ffmpeg/doc/
Dmultithreading.txt10 It accepts N future frames and delays decoded pictures by N-1 frames.
/third_party/uboot/u-boot-2020.01/drivers/net/phy/
DKconfig166 delays configured in the device tree will be applied to the
192 fix throughput on Gigabit links, turning off all internal delays in the

123456