/aosp_15_r20/external/webrtc/api/audio/ |
H A D | echo_canceller3_config.h | 35 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_estimate_smoothing_delay_found = 0.7f; [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/hedge/ |
D | delay.rs | 21 pub struct Delay<P, S> { struct 42 Delaying { argument 64 impl<P, S> Delay<P, S> { implementation 75 impl<Request, P, S> Service<Request> for Delay<P, S> implementation
|
/aosp_15_r20/external/googleapis/google/cloud/networkservices/v1/ |
H A D | grpc_route.proto | 151 message Delay { message 176 optional Delay delay = 1; field
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInsertDelayAlu.cpp | 261 MachineInstr *emitDelayAlu(MachineInstr &MI, DelayInfo Delay, in emitDelayAlu() 354 DelayInfo Delay; in runOnMachineBasicBlock() local
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/Lib/ |
H A D | amdlib.c | 635 IN UINT64 Delay, in LibAmdIoPoll() 774 IN UINT64 Delay, in LibAmdMemPoll() 943 IN UINT64 Delay, in LibAmdPciPoll()
|
/aosp_15_r20/external/webrtc/modules/audio_processing/transient/ |
H A D | voice_probability_delay_unit.cc | 47 float VoiceProbabilityDelayUnit::Delay(float voice_probability) { in Delay() function in webrtc::VoiceProbabilityDelayUnit
|
/aosp_15_r20/external/google-cloud-java/java-trace/google-cloud-trace/src/test/java/com/google/cloud/trace/v2/ |
H A D | VPCServiceControlTest.java | 30 private abstract class Delay { class in VPCServiceControlTest
|
/aosp_15_r20/external/webrtc/modules/audio_processing/test/ |
H A D | echo_canceller_test_tools.cc | 31 void DelayBuffer<T>::Delay(rtc::ArrayView<const T> x, in Delay() function in webrtc::DelayBuffer
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
H A D | hybrid_slow_start_test.cc | 50 TEST_F(HybridSlowStartTest, Delay) { in TEST_F() argument
|
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
H A D | LVCS_ReverbGenerator.cpp | 62 LVM_UINT16 Delay; in LVCS_ReverbGeneratorInit() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/ |
D | lazy_list.hpp | 311 struct Delay { struct 316 struct result<This(L)> 323 operator()(const L & l) const in operator ()() 358 typedef boost::phoenix::function<impl::Delay> Delay; typedef
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
H A D | Delay.kt | 18 public interface Delay { in <lambda>() interface
|
/aosp_15_r20/external/google-cloud-java/java-trace/google-cloud-trace/src/test/java/com/google/cloud/trace/v1/ |
H A D | VPCServiceControlTest.java | 28 private abstract class Delay { class in VPCServiceControlTest
|
/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | rtcp_common.h | 101 using Delay = std::chrono::duration<int64_t, std::ratio<1, 65536>>; member
|
H A D | rtcp_common_unittest.cc | 274 using Delay = RtcpReportBlock::Delay; in TEST() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/time/ |
D | interval.rs | 289 Delay, enumerator
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal.c | 329 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay()
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal.c | 329 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay()
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | future_test.cc | 46 void Delay() { absl::SleepFor(kArbitraryDelay); } in Delay() function
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | suppression_filter_unittest.cc | 206 TEST(SuppressionFilter, Delay) { in TEST() argument
|
H A D | render_delay_buffer.cc | 62 size_t Delay() const override { return ComputeDelay(); } in Delay() function in webrtc::__anon2712a1480111::RenderDelayBufferImpl
|
/aosp_15_r20/external/webrtc/modules/video_coding/timing/ |
H A D | jitter_estimator_unittest.cc | 41 TimeDelta Delay() const { in Delay() function in webrtc::__anonc786bd910111::ValueGenerator
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/ |
H A D | usbd_conf.c | 814 void USBD_LL_Delay(uint32_t Delay) in USBD_LL_Delay()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ntddkbd.h | 97 USHORT Delay; member
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/ |
H A D | usbd_conf.c | 814 void USBD_LL_Delay(uint32_t Delay) in USBD_LL_Delay()
|