Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Channel.cpp551 u32 Channel::GetCurrentPlayingSample() const in GetCurrentPlayingSample() function in nw::snd::internal::driver::Channel
558 return m_pVoice->GetCurrentPlayingSample(); in GetCurrentPlayingSample()
562 return m_LoopStartFrame + m_pVoice->GetCurrentPlayingSample(); in GetCurrentPlayingSample()
566 return m_pVoice->GetCurrentPlayingSample(); in GetCurrentPlayingSample()
Dsnd_StreamSoundPlayer.cpp524 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()
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()
1371 const u32 playingSample = voice->GetCurrentPlayingSample(); in UpdateBuffer()
Dsnd_WaveSoundPlayer.cpp317 return static_cast<s32>( m_pChannel->GetCurrentPlayingSample() ); in GetPlaySamplePosition()
Dsnd_Voice.cpp1547 u32 Voice::GetCurrentPlayingSample() const in GetCurrentPlayingSample() function in nw::snd::internal::driver::Voice
/NW4C-1.2.23/include/nw/snd/
Dsnd_Voice.h194 u32 GetCurrentPlayingSample() const;
Dsnd_Channel.h190 u32 GetCurrentPlayingSample() const;