Searched refs:bufOffset (Results 1 – 1 of 1) sorted by relevance
519 s32 bufOffset = 0; in GetPlaySamplePosition() local524 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() local562 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()