Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_StreamTrack.h43 static const int WAVE_BUFFER_MAX = 5; member
53 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.2.23/sources/libraries/snd/
Dsnd_Channel.cpp696 for ( int waveBufferIndex = 0; waveBufferIndex < WAVE_BUFFER_MAX; waveBufferIndex++ ) in InvalidateData()