Searched refs:SetLoopEnd (Results 1 – 5 of 5) sorted by relevance
102 void SetLoopEnd( const void* baseAddress, u32 samples );
200 void SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples );
140 void HardwareChannel::SetLoopEnd( const void* baseAddress, u32 samples ) in SetLoopEnd() function in nw::snd::internal::driver::HardwareChannel
1589 void Voice::SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopEnd() function in nw::snd::internal::driver::Voice1594 pChannel->SetLoopEnd( baseAddress, samples ); in SetLoopEnd()
1445 voice->SetLoopEnd( channelIndex, channel->m_pBufferAddress, loopEndSamples ); in UpdateLoopAddress()