Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_FxDelay.cpp220 s32 sampleLength, in UpdateBuffer() argument
235 s_SampleLength = sampleLength; in UpdateBuffer()
263 for ( u32 samp = 0; samp < sampleLength; samp++ ) in UpdateBuffer()
Dsnd_HardwareManager.cpp329 s32 sampleLength, in AuxCallbackFunc() argument
334 const size_t FX_BUFFER_SIZE = sizeof(s32) * sampleLength; in AuxCallbackFunc()
361 sampleLength, in AuxCallbackFunc()
Dsnd_Channel.cpp407 pBuffer0->sampleLength = waveInfo.loopEndFrame; in AppendWaveBuffer()
419 pBuffer1->sampleLength = waveInfo.loopEndFrame - m_LoopStartFrame; in AppendWaveBuffer()
711 waveBuffer.sampleLength, in InvalidateData()
Dsnd_FxReverb.cpp370 s32 sampleLength, in UpdateBuffer() argument
421 for ( s32 samp = 0; samp < sampleLength; samp++ ) in UpdateBuffer()
Dsnd_StreamSoundPlayer.cpp828 pBuffer->sampleLength = blockSamples; in LoadStreamData()
/NW4C-2.0.3/include/nw/snd/
Dsnd_FxBase.h117 s32 sampleLength,
Dsnd_HardwareManager.h142 static void AuxCallbackFunc( nn::snd::AuxBusData* data, s32 sampleLength, uptr userData );
143 typedef void (*AuxCallback)( nn::snd::AuxBusData* data, s32 sampleLength, uptr userData );
Dsnd_FxDelay.h145 s32 sampleLength,
Dsnd_FxReverb.h249 s32 sampleLength,
/NW4C-2.0.3/demos/snd/withSdk/sources/
Dmain.cpp253 s_WaveBuffer[0].sampleLength = info.loopEndFrame; in InitializeSdkVoice()
265 s_WaveBuffer[1].sampleLength = info.loopEndFrame - info.loopStartFrame; in InitializeSdkVoice()
/NW4C-2.0.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp278 s_WaveBuffer[0].sampleLength = info.loopEndFrame; in InitializeSdkVoice()
290 s_WaveBuffer[1].sampleLength = info.loopEndFrame - info.loopStartFrame; in InitializeSdkVoice()