Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Decho_canceller3_unittest.cc173 fullband_frame_length_(rtc::CheckedDivExact(sample_rate_hz_, 100)), in EchoCanceller3Tester()
174 capture_buffer_(fullband_frame_length_ * 100, in EchoCanceller3Tester()
176 fullband_frame_length_ * 100, in EchoCanceller3Tester()
178 fullband_frame_length_ * 100, in EchoCanceller3Tester()
180 render_buffer_(fullband_frame_length_ * 100, in EchoCanceller3Tester()
182 fullband_frame_length_ * 100, in EchoCanceller3Tester()
184 fullband_frame_length_ * 100, in EchoCanceller3Tester()
458 for (int k = 0; k < fullband_frame_length_; ++k) { in RunCaptureSaturationVerificationTest()
602 const int fullband_frame_length_; member in webrtc::__anon780ec12b0111::EchoCanceller3Tester