Searched refs:bufOffset (Results 1 – 1 of 1) sorted by relevance
545 s32 bufOffset = 0; in GetPlaySamplePosition() local550 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() local596 bufOffset = static_cast<s32>( m_Tracks[ 0 ].m_pVoice->GetCurrentPlayingSample() ); in GetFilledBufferPercentage()600 ( static_cast<f32>( bufOffset - in GetFilledBufferPercentage()