HomeSort by relevance Sort by last modified time
    Searched full:peak_found (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_delay_peak_detector.h 26 MOCK_METHOD0(peak_found, bool());
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_peak_detector.h 34 virtual bool peak_found() { return peak_found_; } function in class:webrtc::DelayPeakDetector
delay_peak_detector_unittest.cc 21 EXPECT_FALSE(detector->peak_found());
delay_manager_unittest.cc 111 EXPECT_CALL(detector_, peak_found())
delay_manager.cc 337 return peak_detector_.peak_found();

Completed in 236 milliseconds