Searched refs:GetCurrentPlayingSample (Results 1 – 6 of 6) sorted by relevance
553 u32 Channel::GetCurrentPlayingSample() const in GetCurrentPlayingSample() function in nw::snd::internal::driver::Channel560 return m_pVoice->GetCurrentPlayingSample(); in GetCurrentPlayingSample()564 return m_LoopStartFrame + m_pVoice->GetCurrentPlayingSample(); in GetCurrentPlayingSample()568 return m_pVoice->GetCurrentPlayingSample(); in GetCurrentPlayingSample()
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()596 bufOffset = static_cast<s32>( m_Tracks[ 0 ].m_pVoice->GetCurrentPlayingSample() ); in GetFilledBufferPercentage()618 static_cast<s32>( m_Channels[ 0 ].m_pVoice->GetCurrentPlayingSample() ); in GetFilledBufferPercentage()1451 const u32 playingSample = voice->GetCurrentPlayingSample(); in UpdateBuffer()
323 return static_cast<s32>( m_pChannel->GetCurrentPlayingSample() ); in GetPlaySamplePosition()
1548 u32 Voice::GetCurrentPlayingSample() const in GetCurrentPlayingSample() function in nw::snd::internal::driver::Voice
196 u32 GetCurrentPlayingSample() const;
192 u32 GetCurrentPlayingSample() const;