Home
last modified time | relevance | path

Searched refs:WAVE_BUFFER_MAX (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamTrack.h39 static const int WAVE_BUFFER_MAX = 5 * WAVE_BUFFER_MULTIPLYING_FACTOR; member
65 nn::snd::WaveBuffer m_WaveBuffer[WAVE_BUFFER_MAX];
Dsnd_Channel.h106 static const int WAVE_BUFFER_MAX = 2; variable
108 nn::snd::WaveBuffer m_WaveBuffer[Voice::CHANNEL_MAX][WAVE_BUFFER_MAX];
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp698 for ( int waveBufferIndex = 0; waveBufferIndex < WAVE_BUFFER_MAX; waveBufferIndex++ ) in InvalidateData()