Searched refs:m_TrackCount (Results 1 – 2 of 2) sorted by relevance
148 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 …]
347 s32 m_TrackCount; variable