Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_HardwareChannel.h103 void SetLoopStart( const void* baseAddress, u32 samples = 0 );
Dsnd_Voice.h201 void SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples = 0 );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_HardwareChannel.cpp129 void HardwareChannel::SetLoopStart( const void* baseAddress, u32 samples ) in SetLoopStart() function in nw::snd::internal::driver::HardwareChannel
Dsnd_Voice.cpp1581 void Voice::SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopStart() function in nw::snd::internal::driver::Voice
1586 pChannel->SetLoopStart( baseAddress, samples ); in SetLoopStart()
Dsnd_StreamSoundPlayer.cpp1530 voice->SetLoopStart( channelIndex, channel->m_pBufferAddress, loopStartSamples ); in UpdateLoopAddress()