Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Util.h502 if ( m_PeakHoldCounter > 0 ) in Update()
504 --m_PeakHoldCounter; in Update()
506 if ( m_PeakHoldCounter == 0 ) in Update()
513 m_PeakHoldCounter = DEFAULT_HOLD_FRAME; in Update()
522 int m_PeakHoldCounter; variable