Searched refs:loopStartFrame (Results 1 – 9 of 9) sorted by relevance
125 info->loopStartFrame = m_pInfoBlockBody->loopStartFrame; in ReadWaveInfo()
296 info->loopStart = waveInfo.loopStartFrame; in ReadWaveSoundDataInfo()
319 waveInfo.loopStartFrame = m_StreamInfo.loopStart; in Start()323 waveInfo.loopStartFrame = 0; in Start()330 waveInfo.loopStartFrame = 0; in Start()
349 m_LoopStartFrame = waveInfo.loopStartFrame; in AppendWaveBuffer()
531 static_cast<u32>(waveInfo.loopStartFrame), in Initialize()
114 nw::ut::ResU32 loopStartFrame; // ループ開始 (ループなしなら 0) member
372 u32 loopStartFrame; member
259 int offset = nn::snd::Bcwav::FrameToByte( info.encoding, info.loopStartFrame ); in InitializeSdkVoice()261 s_WaveBuffer[1].sampleLength = info.loopEndFrame - info.loopStartFrame; in InitializeSdkVoice()
286 int offset = nn::snd::Bcwav::FrameToByte( info.encoding, info.loopStartFrame ); in InitializeSdkVoice()288 s_WaveBuffer[1].sampleLength = info.loopEndFrame - info.loopStartFrame; in InitializeSdkVoice()