OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peak_detection_threshold_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_peak_detector.h
69
int
peak_detection_threshold_
;
member in class:webrtc::DelayPeakDetector
delay_peak_detector.cc
26
peak_detection_threshold_
(0),
39
peak_detection_threshold_
= kPeakHeightMs / length_ms;
62
if (inter_arrival_time > target_level +
peak_detection_threshold_
||
Completed in 47 milliseconds