Home
last modified time | relevance | path

Searched refs:SetLoopEnd (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_HardwareChannel.h104 void SetLoopEnd( const void* baseAddress, u32 samples );
Dsnd_Voice.h202 void SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_HardwareChannel.cpp142 void HardwareChannel::SetLoopEnd( const void* baseAddress, u32 samples ) in SetLoopEnd() function in nw::snd::internal::driver::HardwareChannel
Dsnd_Voice.cpp1590 void Voice::SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopEnd() function in nw::snd::internal::driver::Voice
1595 pChannel->SetLoopEnd( baseAddress, samples ); in SetLoopEnd()
Dsnd_StreamSoundPlayer.cpp1531 voice->SetLoopEnd( channelIndex, channel->m_pBufferAddress, loopEndSamples ); in UpdateLoopAddress()