Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_FxDelay.cpp379 int maxLoad = ( s_SampleLength * nn::os::Tick::TICKS_PER_SECOND) / s_SampleRate; in GetLoad() local
380 return ( (f32)s_FxLoad / (f32)maxLoad ) * 100.0f; in GetLoad()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Util.h573 int maxLoad = 0; in GetMaxLoadByPercent() local
579 maxLoad = i; in GetMaxLoadByPercent()
583 return maxLoad; in GetMaxLoadByPercent()