Home
last modified time | relevance | path

Searched refs:GetSrcType (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundSystem.h838 static SrcType GetSrcType() in GetSrcType() function
840 return internal::driver::HardwareManager::GetInstance().GetSrcType(); in GetSrcType()
Dsnd_HardwareManager.h108 SrcType GetSrcType() const { return m_SrcType; } in GetSrcType() function
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Channel.cpp36 switch ( HardwareManager::GetInstance().GetSrcType() ) in GetNwInterpolationTypeFromHardwareManager()
Dsnd_Voice.cpp560 Util::GetInterpolationType( HardwareManager::GetInstance().GetSrcType() ) ); in Initialize()