Searched refs:sampleLength (Results 1 – 11 of 11) sorted by relevance
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_FxDelay.cpp | 218 s32 sampleLength, in UpdateBuffer() argument 233 s_SampleLength = sampleLength; in UpdateBuffer() 261 for ( u32 samp = 0; samp < sampleLength; samp++ ) in UpdateBuffer()
|
| D | snd_HardwareManager.cpp | 295 s32 sampleLength, in AuxCallbackFunc() argument 300 const size_t FX_BUFFER_SIZE = sizeof(s32) * sampleLength; in AuxCallbackFunc() 327 sampleLength, in AuxCallbackFunc()
|
| D | snd_Channel.cpp | 405 pBuffer0->sampleLength = waveInfo.loopEndFrame; in AppendWaveBuffer() 417 pBuffer1->sampleLength = waveInfo.loopEndFrame - m_LoopStartFrame; in AppendWaveBuffer() 709 waveBuffer.sampleLength, in InvalidateData()
|
| D | snd_FxReverb.cpp | 349 s32 sampleLength, in UpdateBuffer() argument 400 for ( s32 samp = 0; samp < sampleLength; samp++ ) in UpdateBuffer()
|
| D | snd_StreamSoundPlayer.cpp | 781 pBuffer->sampleLength = blockSamples; in LoadStreamData()
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_FxBase.h | 115 s32 sampleLength,
|
| D | snd_HardwareManager.h | 136 static void AuxCallbackFunc( nn::snd::AuxBusData* data, s32 sampleLength, uptr userData ); 137 typedef void (*AuxCallback)( nn::snd::AuxBusData* data, s32 sampleLength, uptr userData );
|
| D | snd_FxDelay.h | 143 s32 sampleLength,
|
| D | snd_FxReverb.h | 240 s32 sampleLength,
|
| /NW4C-1.2.23/demos/snd/withSdk/sources/ |
| D | main.cpp | 249 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/ |
| D | main.cpp | 276 s_WaveBuffer[0].sampleLength = info.loopEndFrame; in InitializeSdkVoice() 288 s_WaveBuffer[1].sampleLength = info.loopEndFrame - info.loopStartFrame; in InitializeSdkVoice()
|