Home
last modified time | relevance | path

Searched refs:maxdelay (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/network/stress/ns-tools/
Dns-traffic.h183 uint16_t maxdelay; member
Dns-icmpv6_sender.c296 query_p->maxdelay = htons(mrc); in create_mld_query()
/third_party/alsa-utils/aplay/
Daplay.c1946 static snd_pcm_sframes_t maxavail, maxdelay; in do_test_position() local
1968 maxavail = maxdelay = 0; in do_test_position()
1977 maxavail = maxdelay = 0; in do_test_position()
1995 maxavail = maxdelay = 0; in do_test_position()
2002 if (delay > maxdelay) in do_test_position()
2003 maxdelay = delay; in do_test_position()
2004 if (sdelay > maxdelay) in do_test_position()
2005 maxdelay = sdelay; in do_test_position()
2017 if ((maxavail != 0 || maxdelay != 0) && now != tmr) { in do_test_position()
2023 (long)maxavail, (long)maxdelay, in do_test_position()
/third_party/gstreamer/gst_libav/
DChangeLog11378 gstffmpegmux: Expose the 'preload' and 'maxdelay' properties, add dvd mux mapping.