Home
last modified time | relevance | path

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

/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackEngineControl.cpp58 fRollingClientUsecs[fRollingClientUsecsIndex++] = last_cycle_end - fPrevCycleTime; in CalcCPULoad()
60 if (fRollingClientUsecsIndex >= JACK_ENGINE_ROLLING_COUNT) { in CalcCPULoad()
61 fRollingClientUsecsIndex = 0; in CalcCPULoad()
66 if (fRollingClientUsecsCnt && (fRollingClientUsecsIndex == 0)) { in CalcCPULoad()
94 fRollingClientUsecsIndex = 0; in ResetRollingUsecs()
H A DJackEngineControl.h79 int fRollingClientUsecsIndex; member