Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_StreamSoundPlayer.h257 void UpdateDataLoopAddress( s32 endBufferBlockIndex );
258 void SetLoopEndToZeroBuffer( int endBufferBlockIndex );
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp1512 const s32 endBufferBlockIndex = m_PlayingBufferBlockIndex + 1; in UpdatePlayingBlockIndex() local
1514 UpdateDataLoopAddress( endBufferBlockIndex ); in UpdatePlayingBlockIndex()
1534 void StreamSoundPlayer::UpdateDataLoopAddress( s32 endBufferBlockIndex ) in UpdateDataLoopAddress() argument
1541 s32 startBlockNum = endBufferBlockIndex + 1; in UpdateDataLoopAddress()
1550 endBufferBlockIndex * m_StreamInfo.oneBlockSamples + m_StreamInfo.lastBlockSamples in UpdateDataLoopAddress()
1580 if ( endBufferBlockIndex == m_PlayingBufferBlockCount - 1 ) in UpdateDataLoopAddress()
1589 SetLoopEndToZeroBuffer( endBufferBlockIndex ); in UpdateDataLoopAddress()
1602 void StreamSoundPlayer::SetLoopEndToZeroBuffer( int endBufferBlockIndex ) in SetLoopEndToZeroBuffer() argument
1622 endBufferBlockIndex * m_StreamInfo.oneBlockSamples in SetLoopEndToZeroBuffer()