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