Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Channel.h195 void SetInterpolationType( u8 type ) { m_InterpolationType = type; } in SetInterpolationType()
196 u8 GetInterpolationType() const { return m_InterpolationType; } in GetInterpolationType()
257 u8 m_InterpolationType; variable
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Channel.cpp156 m_InterpolationType = GetNwInterpolationTypeFromHardwareManager(); in InitParam()
339 m_pVoice->SetInterpolationType( m_InterpolationType ); in Start()