Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamSoundPlayer.h259 void UpdateDataLoopAddress( s32 endBufferBlockIndex );
260 void SetLoopEndToZeroBuffer( int endBufferBlockIndex );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp1601 const s32 endBufferBlockIndex = m_PlayingBufferBlockIndex + 1; in UpdatePlayingBlockIndex() local
1603 UpdateDataLoopAddress( endBufferBlockIndex ); in UpdatePlayingBlockIndex()
1623 void StreamSoundPlayer::UpdateDataLoopAddress( s32 endBufferBlockIndex ) in UpdateDataLoopAddress() argument
1630 s32 startBlockNum = endBufferBlockIndex + 1; in UpdateDataLoopAddress()
1639 endBufferBlockIndex * m_StreamInfo.oneBlockSamples + m_StreamInfo.lastBlockSamples in UpdateDataLoopAddress()
1675 if ( endBufferBlockIndex == m_PlayingBufferBlockCount - 1 ) in UpdateDataLoopAddress()
1684 SetLoopEndToZeroBuffer( endBufferBlockIndex ); in UpdateDataLoopAddress()
1697 void StreamSoundPlayer::SetLoopEndToZeroBuffer( int endBufferBlockIndex ) in SetLoopEndToZeroBuffer() argument
1723 endBufferBlockIndex * m_StreamInfo.oneBlockSamples in SetLoopEndToZeroBuffer()