Home
last modified time | relevance | path

Searched defs:Delay (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/api/audio/
Decho_canceller3_config.h35 struct Delay { struct
38 Delay& operator=(const Delay& e);
39 size_t default_delay = 5;
40 size_t down_sampling_factor = 4;
41 size_t num_filters = 5;
42 size_t delay_headroom_samples = 32;
43 size_t hysteresis_limit_blocks = 1;
44 size_t fixed_capture_delay_samples = 0;
45 float delay_estimate_smoothing = 0.7f;
46 float delay_candidate_detection_threshold = 0.2f;
[all …]
/external/webrtc/modules/audio_processing/test/
Decho_canceller_test_tools.cc31 void DelayBuffer<T>::Delay(rtc::ArrayView<const T> x, in Delay() function in webrtc::DelayBuffer
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDelay.kt21 public interface Delay { in <lambda>() interface
/external/openscreen/cast/streaming/
Drtcp_common.h101 using Delay = std::chrono::duration<int64_t, std::ratio<1, 65536>>; member
Drtcp_common_unittest.cc274 using Delay = RtcpReportBlock::Delay; in TEST() typedef
/external/webrtc/modules/video_coding/
Djitter_estimator_tests.cc51 int64_t Delay() const { return ((counter_ % 11) - 5) * amplitude_; } in Delay() function in webrtc::ValueGenerator
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal.c329 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal.c329 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay()
/external/webrtc/modules/audio_processing/aec3/
Dsuppression_filter_unittest.cc200 TEST(SuppressionFilter, Delay) { in TEST() argument
Drender_delay_buffer.cc56 size_t Delay() const override { return ComputeDelay(); } in Delay() function in webrtc::__anon0c206b120111::RenderDelayBufferImpl
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/
Dusbd_conf.c814 void USBD_LL_Delay(uint32_t Delay) in USBD_LL_Delay()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/
Dusbd_conf.c814 void USBD_LL_Delay(uint32_t Delay) in USBD_LL_Delay()
/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc294 Node* Delay(Graph* g, Node* input, Microseconds delay_micros) { in Delay() function
/external/abseil-cpp/absl/synchronization/
Dmutex.cc150 static int Delay(int32_t c, DelayMode mode) { in Delay() function
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc150 static int Delay(int32_t c, DelayMode mode) { in Delay() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1098 unsigned Delay = Nodes.getLatency(); in calculateRecMII() local
/external/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp1180 unsigned Delay = Nodes.getLatency(); in calculateRecMII() local
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp1356 unsigned Delay = Nodes.size() - 1; in calculateRecMII() local
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...