Searched refs:sampleLength (Results 1 – 11 of 11) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_FxDelay.cpp | 220 s32 sampleLength, in UpdateBuffer() argument 235 s_SampleLength = sampleLength; in UpdateBuffer() 263 for ( u32 samp = 0; samp < sampleLength; samp++ ) in UpdateBuffer()
|
| D | snd_HardwareManager.cpp | 329 s32 sampleLength, in AuxCallbackFunc() argument 334 const size_t FX_BUFFER_SIZE = sizeof(s32) * sampleLength; in AuxCallbackFunc() 361 sampleLength, in AuxCallbackFunc()
|
| D | snd_Channel.cpp | 407 pBuffer0->sampleLength = waveInfo.loopEndFrame; in AppendWaveBuffer() 419 pBuffer1->sampleLength = waveInfo.loopEndFrame - m_LoopStartFrame; in AppendWaveBuffer() 711 waveBuffer.sampleLength, in InvalidateData()
|
| D | snd_FxReverb.cpp | 370 s32 sampleLength, in UpdateBuffer() argument 421 for ( s32 samp = 0; samp < sampleLength; samp++ ) in UpdateBuffer()
|
| D | snd_StreamSoundPlayer.cpp | 828 pBuffer->sampleLength = blockSamples; in LoadStreamData()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_FxBase.h | 117 s32 sampleLength,
|
| D | snd_HardwareManager.h | 142 static void AuxCallbackFunc( nn::snd::AuxBusData* data, s32 sampleLength, uptr userData ); 143 typedef void (*AuxCallback)( nn::snd::AuxBusData* data, s32 sampleLength, uptr userData );
|
| D | snd_FxDelay.h | 145 s32 sampleLength,
|
| D | snd_FxReverb.h | 249 s32 sampleLength,
|
| /NW4C-2.0.3/demos/snd/withSdk/sources/ |
| D | main.cpp | 253 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/ |
| D | main.cpp | 278 s_WaveBuffer[0].sampleLength = info.loopEndFrame; in InitializeSdkVoice() 290 s_WaveBuffer[1].sampleLength = info.loopEndFrame - info.loopStartFrame; in InitializeSdkVoice()
|