Home
last modified time | relevance | path

Searched refs:SetBlockProcessorForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Decho_canceller3_unittest.cc246 aec3.SetBlockProcessorForTesting( in RunCaptureTransportVerificationTest()
272 aec3.SetBlockProcessorForTesting( in RunRenderTransportVerificationTest()
343 aec3.SetBlockProcessorForTesting(std::move(block_processor_mock)); in RunEchoPathChangeVerificationTest()
425 aec3.SetBlockProcessorForTesting(std::move(block_processor_mock)); in RunEchoLeakageVerificationTest()
513 aec3.SetBlockProcessorForTesting(std::move(block_processor_mock)); in RunCaptureSaturationVerificationTest()
553 aec3.SetBlockProcessorForTesting( in RunRenderSwapQueueVerificationTest()
H A Decho_canceller3.h159 void SetBlockProcessorForTesting(
H A Decho_canceller3.cc951 void EchoCanceller3::SetBlockProcessorForTesting( in SetBlockProcessorForTesting() function in webrtc::EchoCanceller3