Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/
Dlevel_estimator_unittest.cc22 const int kNumFramesToProcess = 1000; variable
40 for (size_t frame_no = 0; frame_no < kNumFramesToProcess; ++frame_no) { in RunBitexactnessTest()
Dvoice_detection_unittest.cc22 const int kNumFramesToProcess = 1000; variable
54 for (int frame_no = 0; frame_no < kNumFramesToProcess; ++frame_no) { in RunBitexactnessTest()
Decho_control_mobile_bit_exact_unittest.cc24 const int kNumFramesToProcess = 200; variable
87 for (int frame_no = 0; frame_no < kNumFramesToProcess; ++frame_no) { in RunBitexactnessTest()
Dgain_controller2_unittest.cc87 const int kNumFramesToProcess = 100; in GainAfterProcessingFile() local
88 for (int frame_no = 0; frame_no < kNumFramesToProcess; ++frame_no) { in GainAfterProcessingFile()
Dgain_control_unittest.cc22 const int kNumFramesToProcess = 100; variable
96 for (int frame_no = 0; frame_no < kNumFramesToProcess; ++frame_no) { in RunBitExactnessTest()
/external/webrtc/modules/audio_processing/aec3/
Decho_canceller3_unittest.cc196 for (size_t frame_index = 0; frame_index < kNumFramesToProcess; in RunCaptureTransportVerificationTest()
223 for (size_t frame_index = 0; frame_index < kNumFramesToProcess; in RunRenderTransportVerificationTest()
263 (kNumFramesToProcess * 160) / kBlockSize; in RunEchoPathChangeVerificationTest()
291 for (size_t frame_index = 0; frame_index < kNumFramesToProcess; in RunEchoPathChangeVerificationTest()
338 (kNumFramesToProcess * 160) / kBlockSize; in RunEchoLeakageVerificationTest()
364 .Times(kNumFramesToProcess - 1); in RunEchoLeakageVerificationTest()
371 for (size_t frame_index = 0; frame_index < kNumFramesToProcess; in RunEchoLeakageVerificationTest()
425 (kNumFramesToProcess * 160) / kBlockSize; in RunCaptureSaturationVerificationTest()
456 for (size_t frame_index = 0; frame_index < kNumFramesToProcess; in RunCaptureSaturationVerificationTest()
598 static constexpr size_t kNumFramesToProcess = 20; member in webrtc::__anonecf9ed100111::EchoCanceller3Tester
Dblock_delay_buffer_unittest.cc74 static constexpr size_t kNumFramesToProcess = 20; in TEST_P() local
75 for (size_t frame_index = 0; frame_index < kNumFramesToProcess; in TEST_P()