Searched refs:period_ms (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_peak_detector.h61 int period_ms; member in struct:webrtc::DelayPeakDetector::__anon15847
H A Ddelay_peak_detector.cc56 max_period = std::max(max_period, it->period_ms);
72 peak_data.period_ms = peak_period_counter_ms_;
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor.h101 bool Start(int period_ms);
H A Dcpumonitor.cc393 bool CpuMonitor::Start(int period_ms) { argument
399 period_ms_ = period_ms;

Completed in 95 milliseconds