Searched refs:SetLoopStart (Results 1 – 5 of 5) sorted by relevance
101 void SetLoopStart( const void* baseAddress, u32 samples = 0 );
199 void SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples = 0 );
127 void HardwareChannel::SetLoopStart( const void* baseAddress, u32 samples ) in SetLoopStart() function in nw::snd::internal::driver::HardwareChannel
1580 void Voice::SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopStart() function in nw::snd::internal::driver::Voice1585 pChannel->SetLoopStart( baseAddress, samples ); in SetLoopStart()
1444 voice->SetLoopStart( channelIndex, channel->m_pBufferAddress, loopStartSamples ); in UpdateLoopAddress()