Searched refs:delay_peak_detector (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq.cc | 49 DelayPeakDetector* delay_peak_detector = new DelayPeakDetector; in Create() local 51 new DelayManager(config.max_packets_in_buffer, delay_peak_detector); in Create() 66 delay_peak_detector, in Create()
|
D | decision_logic_unittest.cc | 28 DelayPeakDetector delay_peak_detector; in TEST() local 29 DelayManager delay_manager(240, &delay_peak_detector); in TEST()
|
D | neteq.gypi | 87 'delay_peak_detector.cc', 88 'delay_peak_detector.h',
|
D | neteq_impl.h | 66 DelayPeakDetector* delay_peak_detector,
|
D | neteq_impl.cc | 60 DelayPeakDetector* delay_peak_detector, in NetEqImpl() argument 74 delay_peak_detector_(delay_peak_detector), in NetEqImpl()
|
/external/webrtc/webrtc/modules/audio_coding/ |
D | BUILD.gn | 792 "neteq/delay_peak_detector.cc", 793 "neteq/delay_peak_detector.h",
|