Searched refs:loopStartFrame (Results 1 – 9 of 9) sorted by relevance
127 info->loopStartFrame = m_pInfoBlockBody->loopStartFrame; in ReadWaveInfo()
302 info->loopStart = waveInfo.loopStartFrame; in ReadWaveSoundDataInfo()
330 waveInfo.loopStartFrame = m_StreamInfo.loopStart; in Start()334 waveInfo.loopStartFrame = 0; in Start()341 waveInfo.loopStartFrame = 0; in Start()
351 m_LoopStartFrame = waveInfo.loopStartFrame; in AppendWaveBuffer()
533 static_cast<u32>(waveInfo.loopStartFrame), in Initialize()
116 nw::ut::ResU32 loopStartFrame; // ループ開始 (ループなしなら 0) member
374 u32 loopStartFrame; member
263 int offset = nn::snd::Bcwav::FrameToByte( info.encoding, info.loopStartFrame ); in InitializeSdkVoice()265 s_WaveBuffer[1].sampleLength = info.loopEndFrame - info.loopStartFrame; in InitializeSdkVoice()
288 int offset = nn::snd::Bcwav::FrameToByte( info.encoding, info.loopStartFrame ); in InitializeSdkVoice()290 s_WaveBuffer[1].sampleLength = info.loopEndFrame - info.loopStartFrame; in InitializeSdkVoice()