Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_delay_peak_detector.h26 MOCK_METHOD0(peak_found, bool());
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_peak_detector.h34 virtual bool peak_found();
Ddelay_peak_detector.cc45 bool DelayPeakDetector::peak_found() { in peak_found() function in webrtc::DelayPeakDetector
Ddelay_peak_detector_unittest.cc21 EXPECT_FALSE(detector->peak_found()); in TEST()
Ddelay_manager_unittest.cc111 EXPECT_CALL(detector_, peak_found()) in TEST_F()
Ddelay_manager.cc338 return peak_detector_.peak_found(); in PeakFound()