Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveFileReader.cpp126 info->loopEndFrame = m_pInfoBlockBody->loopEndFrame; in ReadWaveInfo()
Dsnd_WaveSoundPlayer.cpp297 info->loopEnd = waveInfo.loopEndFrame; in ReadWaveSoundDataInfo()
400 if ( startOffsetSamples > waveInfo.loopEndFrame ) return false; in StartChannel()
Dsnd_Channel.cpp352 u32 loopEndByte = Voice::FrameToByte( waveInfo.loopEndFrame, waveInfo.sampleFormat ); in AppendWaveBuffer()
405 pBuffer0->sampleLength = waveInfo.loopEndFrame; in AppendWaveBuffer()
417 pBuffer1->sampleLength = waveInfo.loopEndFrame - m_LoopStartFrame; in AppendWaveBuffer()
Dsnd_StreamSoundPlayer.cpp325 waveInfo.loopEndFrame = m_StreamInfo.frameCount; in Start()
331 waveInfo.loopEndFrame = sampleCount; in Start()
Dsnd_Voice.cpp532 static_cast<u32>(waveInfo.loopEndFrame) in Initialize()
/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveFile.h115 nw::ut::ResU32 loopEndFrame; // ループ終端 (ループなしなら 0) member
Dsnd_Global.h373 u32 loopEndFrame; member
/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()