Searched refs:WAVE_BUFFER_MAX (Results 1 – 3 of 3) sorted by relevance
39 static const int WAVE_BUFFER_MAX = 5 * WAVE_BUFFER_MULTIPLYING_FACTOR; member65 nn::snd::WaveBuffer m_WaveBuffer[WAVE_BUFFER_MAX];
106 static const int WAVE_BUFFER_MAX = 2; variable108 nn::snd::WaveBuffer m_WaveBuffer[Voice::CHANNEL_MAX][WAVE_BUFFER_MAX];
698 for ( int waveBufferIndex = 0; waveBufferIndex < WAVE_BUFFER_MAX; waveBufferIndex++ ) in InvalidateData()