Searched refs:maxLoad (Results 1 – 2 of 2) sorted by relevance
377 int maxLoad = ( s_SampleLength * nn::os::Tick::TICKS_PER_SECOND) / s_SampleRate; in GetLoad() local378 return ( (f32)s_FxLoad / (f32)maxLoad ) * 100.0f; in GetLoad()
548 int maxLoad = 0; in GetMaxLoadByPercent() local554 maxLoad = i; in GetMaxLoadByPercent()558 return maxLoad; in GetMaxLoadByPercent()