Searched refs:SetLoopStart (Results 1 – 5 of 5) sorted by relevance
103 void SetLoopStart( const void* baseAddress, u32 samples = 0 );
201 void SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples = 0 );
129 void HardwareChannel::SetLoopStart( const void* baseAddress, u32 samples ) in SetLoopStart() function in nw::snd::internal::driver::HardwareChannel
1581 void Voice::SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopStart() function in nw::snd::internal::driver::Voice1586 pChannel->SetLoopStart( baseAddress, samples ); in SetLoopStart()
1530 voice->SetLoopStart( channelIndex, channel->m_pBufferAddress, loopStartSamples ); in UpdateLoopAddress()