Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_StreamTrack.h37 static const int WAVE_BUFFER_MAX = 5 * WAVE_BUFFER_MULTIPLYING_FACTOR; member
63 nn::snd::WaveBuffer m_WaveBuffer[WAVE_BUFFER_MAX];
Dsnd_Channel.h104 static const int WAVE_BUFFER_MAX = 2; variable
106 nn::snd::WaveBuffer m_WaveBuffer[Voice::CHANNEL_MAX][WAVE_BUFFER_MAX];
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Channel.cpp696 for ( int waveBufferIndex = 0; waveBufferIndex < WAVE_BUFFER_MAX; waveBufferIndex++ ) in InvalidateData()