Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_HardwareChannel.h101 void SetLoopStart( const void* baseAddress, u32 samples = 0 );
Dsnd_Voice.h199 void SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples = 0 );
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_HardwareChannel.cpp127 void HardwareChannel::SetLoopStart( const void* baseAddress, u32 samples ) in SetLoopStart() function in nw::snd::internal::driver::HardwareChannel
Dsnd_Voice.cpp1580 void Voice::SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopStart() function in nw::snd::internal::driver::Voice
1585 pChannel->SetLoopStart( baseAddress, samples ); in SetLoopStart()
Dsnd_StreamSoundPlayer.cpp1444 voice->SetLoopStart( channelIndex, channel->m_pBufferAddress, loopStartSamples ); in UpdateLoopAddress()