OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peak_found
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_delay_peak_detector.h
26
MOCK_METHOD0(
peak_found
, bool());
/external/webrtc/webrtc/modules/audio_coding/neteq/
delay_peak_detector.h
34
virtual bool
peak_found
();
delay_peak_detector.cc
45
bool DelayPeakDetector::
peak_found
() {
function in class:webrtc::DelayPeakDetector
delay_peak_detector_unittest.cc
21
EXPECT_FALSE(detector->
peak_found
());
delay_manager.cc
338
return peak_detector_.
peak_found
();
delay_manager_unittest.cc
111
EXPECT_CALL(detector_,
peak_found
())
Completed in 241 milliseconds