Searched refs:SetLoopEnd (Results 1 – 5 of 5) sorted by relevance
104 void SetLoopEnd( const void* baseAddress, u32 samples );
202 void SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples );
142 void HardwareChannel::SetLoopEnd( const void* baseAddress, u32 samples ) in SetLoopEnd() function in nw::snd::internal::driver::HardwareChannel
1590 void Voice::SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopEnd() function in nw::snd::internal::driver::Voice1595 pChannel->SetLoopEnd( baseAddress, samples ); in SetLoopEnd()
1531 voice->SetLoopEnd( channelIndex, channel->m_pBufferAddress, loopEndSamples ); in UpdateLoopAddress()