Home
last modified time | relevance | path

Searched refs:m_pLastWaveBuffer (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h271 nn::snd::WaveBuffer* m_pLastWaveBuffer; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp1047 m_pLastWaveBuffer = NULL; in InitParam()
1642 if ( m_pLastWaveBuffer == NULL ) return false; in IsPlayFinished()
1643 if ( m_pLastWaveBuffer->status == nn::snd::WaveBuffer::STATUS_DONE ) in IsPlayFinished()
1700 m_pLastWaveBuffer = pBuffer; in AppendWaveBuffer()