Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp148 m_TrackCount = ut::Min( trackIndex, STRM_TRACK_NUM ); in Setup()
149 if ( m_TrackCount == 0 ) in Setup()
312 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in Start()
700 NW_ASSERT( m_TrackCount == ut::Min( trackCount, STRM_TRACK_NUM ) ); in LoadHeader()
704 for ( int i = 0; i < m_TrackCount; i++ ) in LoadHeader()
1012 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in AllocVoices()
1104 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in FreeVoices()
1185 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in Update()
1213 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in Update()
1511 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in UpdateLoopAddress()
[all …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamSoundPlayer.h347 s32 m_TrackCount; variable