Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp519 s32 bufOffset = 0; in GetPlaySamplePosition() local
524 bufOffset = static_cast<s32>( m_Tracks[ 0 ].m_pVoice->GetCurrentPlayingSample() ); in GetPlaySamplePosition()
531 bufOffset = static_cast<s32>( m_Channels[ 0 ].m_pVoice->GetCurrentPlayingSample() ); in GetPlaySamplePosition()
535 return pos + bufOffset; in GetPlaySamplePosition()
558 s32 bufOffset = 0; in GetFilledBufferPercentage() local
562 bufOffset = static_cast<s32>( m_Tracks[ 0 ].m_pVoice->GetCurrentPlayingSample() ); in GetFilledBufferPercentage()
567 bufOffset = static_cast<s32>( m_Channels[ 0 ].m_pVoice->GetCurrentPlayingSample() ); in GetFilledBufferPercentage()
573 ( static_cast<f32>( bufOffset - in GetFilledBufferPercentage()