Home
last modified time | relevance | path

Searched refs:sampleLength (Results 1 – 11 of 11) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_FxDelay.cpp218 s32 sampleLength, in UpdateBuffer() argument
233 s_SampleLength = sampleLength; in UpdateBuffer()
261 for ( u32 samp = 0; samp < sampleLength; samp++ ) in UpdateBuffer()
Dsnd_HardwareManager.cpp295 s32 sampleLength, in AuxCallbackFunc() argument
300 const size_t FX_BUFFER_SIZE = sizeof(s32) * sampleLength; in AuxCallbackFunc()
327 sampleLength, in AuxCallbackFunc()
Dsnd_Channel.cpp405 pBuffer0->sampleLength = waveInfo.loopEndFrame; in AppendWaveBuffer()
417 pBuffer1->sampleLength = waveInfo.loopEndFrame - m_LoopStartFrame; in AppendWaveBuffer()
709 waveBuffer.sampleLength, in InvalidateData()
Dsnd_FxReverb.cpp349 s32 sampleLength, in UpdateBuffer() argument
400 for ( s32 samp = 0; samp < sampleLength; samp++ ) in UpdateBuffer()
Dsnd_StreamSoundPlayer.cpp781 pBuffer->sampleLength = blockSamples; in LoadStreamData()
/NW4C-1.2.23/include/nw/snd/
Dsnd_FxBase.h115 s32 sampleLength,
Dsnd_HardwareManager.h136 static void AuxCallbackFunc( nn::snd::AuxBusData* data, s32 sampleLength, uptr userData );
137 typedef void (*AuxCallback)( nn::snd::AuxBusData* data, s32 sampleLength, uptr userData );
Dsnd_FxDelay.h143 s32 sampleLength,
Dsnd_FxReverb.h240 s32 sampleLength,
/NW4C-1.2.23/demos/snd/withSdk/sources/
Dmain.cpp249 s_WaveBuffer[0].sampleLength = info.loopEndFrame; in InitializeSdkVoice()
261 s_WaveBuffer[1].sampleLength = info.loopEndFrame - info.loopStartFrame; in InitializeSdkVoice()
/NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/
Dmain.cpp276 s_WaveBuffer[0].sampleLength = info.loopEndFrame; in InitializeSdkVoice()
288 s_WaveBuffer[1].sampleLength = info.loopEndFrame - info.loopStartFrame; in InitializeSdkVoice()