Searched refs:m_LoopStartFrame (Results 1 – 2 of 2) sorted by relevance
114 m_LoopStartFrame = 0; in InitParam()349 m_LoopStartFrame = waveInfo.loopStartFrame; in AppendWaveBuffer()351 u32 loopStartByte = Voice::FrameToByte( m_LoopStartFrame, waveInfo.sampleFormat ); in AppendWaveBuffer()417 pBuffer1->sampleLength = waveInfo.loopEndFrame - m_LoopStartFrame; in AppendWaveBuffer()562 return m_LoopStartFrame + m_pVoice->GetCurrentPlayingSample(); in GetCurrentPlayingSample()
109 u32 m_LoopStartFrame; variable