Home
last modified time | relevance | path

Searched refs:m_InterpolationType (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h197 void SetInterpolationType( u8 type ) { m_InterpolationType = type; } in SetInterpolationType()
198 u8 GetInterpolationType() const { return m_InterpolationType; } in GetInterpolationType()
259 u8 m_InterpolationType; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp158 m_InterpolationType = GetNwInterpolationTypeFromHardwareManager(); in InitParam()
341 m_pVoice->SetInterpolationType( m_InterpolationType ); in Start()