Searched refs:peak_detection_threshold_ (Results 1 – 2 of 2) sorted by relevance
28 peak_detection_threshold_(0), in DelayPeakDetector()41 peak_detection_threshold_ = kPeakHeightMs / length_ms; in SetPacketAudioLength()68 if (inter_arrival_time > target_level + peak_detection_threshold_ || in Update()
69 int peak_detection_threshold_; variable