Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp146 m_TrackCount = ut::Min( trackIndex, STRM_TRACK_NUM ); in Setup()
147 if ( m_TrackCount == 0 ) return SETUP_ERR_UNKNOWN; in Setup()
301 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in Start()
654 NW_ASSERT( m_TrackCount == ut::Min( trackCount, STRM_TRACK_NUM ) ); in LoadHeader()
658 for ( int i = 0; i < m_TrackCount; i++ ) in LoadHeader()
962 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in AllocVoices()
1051 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in FreeVoices()
1126 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in Update()
1151 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in Update()
1431 for ( int trackIndex = 0; trackIndex < m_TrackCount; trackIndex++ ) in UpdateLoopAddress()
[all …]
/NW4C-1.3.3/include/nw/snd/
Dsnd_StreamSoundPlayer.h339 s32 m_TrackCount; variable