Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_FxDelay.cpp377 int maxLoad = ( s_SampleLength * nn::os::Tick::TICKS_PER_SECOND) / s_SampleRate; in GetLoad() local
378 return ( (f32)s_FxLoad / (f32)maxLoad ) * 100.0f; in GetLoad()
/NW4C-1.2.23/include/nw/snd/
Dsnd_Util.h548 int maxLoad = 0; in GetMaxLoadByPercent() local
554 maxLoad = i; in GetMaxLoadByPercent()
558 return maxLoad; in GetMaxLoadByPercent()