Home
last modified time | relevance | path

Searched refs:max_period (Results 1 – 4 of 4) 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/modules/audio_device/win/
Dcore_audio_utility_win.cc1116 UINT32 max_period = 0; in GetSharedModeEnginePeriod() local
1119 &fundamental_period, &min_period, &max_period); in GetSharedModeEnginePeriod()
1135 RTC_LOG(INFO) << "max_period_in_frames: " << max_period << " (" in GetSharedModeEnginePeriod()
1136 << FramesToMilliseconds(max_period, sample_rate) << " ms)"; in GetSharedModeEnginePeriod()
1140 *max_period_in_frames = max_period; in GetSharedModeEnginePeriod()
Dcore_audio_base_win.cc138 uint32_t max_period = 0; in IsLowLatencySupported() local
141 &max_period))) { in IsLowLatencySupported()
Dcore_audio_utility_win_unittest.cc469 uint32_t max_period = 0; in TEST_F() local
472 &max_period))); in TEST_F()