Home
last modified time | relevance | path

Searched refs:loopEndFrame (Results 1 – 9 of 9) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveFileReader.cpp128 info->loopEndFrame = m_pInfoBlockBody->loopEndFrame; in ReadWaveInfo()
Dsnd_WaveSoundPlayer.cpp303 info->loopEnd = waveInfo.loopEndFrame; in ReadWaveSoundDataInfo()
410 if ( startOffsetSamples > waveInfo.loopEndFrame ) return false; in StartChannel()
Dsnd_Channel.cpp354 u32 loopEndByte = Voice::FrameToByte( waveInfo.loopEndFrame, waveInfo.sampleFormat ); in AppendWaveBuffer()
407 pBuffer0->sampleLength = waveInfo.loopEndFrame; in AppendWaveBuffer()
419 pBuffer1->sampleLength = waveInfo.loopEndFrame - m_LoopStartFrame; in AppendWaveBuffer()
Dsnd_StreamSoundPlayer.cpp336 waveInfo.loopEndFrame = m_StreamInfo.frameCount; in Start()
342 waveInfo.loopEndFrame = sampleCount; in Start()
Dsnd_Voice.cpp534 static_cast<u32>(waveInfo.loopEndFrame) in Initialize()
/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveFile.h117 nw::ut::ResU32 loopEndFrame; // ループ終端 (ループなしなら 0) member
Dsnd_Global.h375 u32 loopEndFrame; member
/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()