Home
last modified time | relevance | path

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

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