Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp545 s32 bufOffset = 0; in GetPlaySamplePosition() local
550 bufOffset = static_cast<s32>( m_Tracks[ 0 ].m_pVoice->GetCurrentPlayingSample() ); in GetPlaySamplePosition()
557 bufOffset = static_cast<s32>( m_Channels[ 0 ].m_pVoice->GetCurrentPlayingSample() ); in GetPlaySamplePosition()
561 return pos + bufOffset; in GetPlaySamplePosition()
593 s32 bufOffset = 0; in GetFilledBufferPercentage() local
596 bufOffset = static_cast<s32>( m_Tracks[ 0 ].m_pVoice->GetCurrentPlayingSample() ); in GetFilledBufferPercentage()
600 ( static_cast<f32>( bufOffset - in GetFilledBufferPercentage()