Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundSystem.h867 static SrcType GetSrcType() in GetSrcType() function
869 return internal::driver::HardwareManager::GetInstance().GetSrcType(); in GetSrcType()
Dsnd_HardwareManager.h114 SrcType GetSrcType() const { return m_SrcType; } in GetSrcType() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp38 switch ( HardwareManager::GetInstance().GetSrcType() ) in GetNwInterpolationTypeFromHardwareManager()
Dsnd_Voice.cpp562 Util::GetInterpolationType( HardwareManager::GetInstance().GetSrcType() ) ); in Initialize()