Home
last modified time | relevance | path

Searched refs:max_period (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dlost_exception_test.c23 int i, orig_period, max_period; in test_body() local
49 orig_period = max_period = sample_period = 400; in test_body()
71 if (sample_period > max_period) in test_body()
72 max_period = sample_period; in test_body()
89 FAIL_IF(!ebb_check_count(4, orig_period, 2 * (max_period - orig_period))); in test_body()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_peak_detector.cc59 int max_period = -1; // Returns -1 for an empty history. in MaxPeakPeriod() local
62 max_period = std::max(max_period, it->period_ms); in MaxPeakPeriod()
64 return max_period; in MaxPeakPeriod()