Home
last modified time | relevance | path

Searched refs:GetLpfFreq (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSoundPlayer.h88 float GetLpfFreq() const { return m_PlayerParamSet.lpfFreq; } in GetLpfFreq() function
Dsnd_SoundPlayer.h201 float GetLpfFreq() const { return m_LpfFreq; } in GetLpfFreq() function
Dsnd_SequenceTrack.h194 float GetLpfFreq() const { return m_ParserTrackParam.lpfFreq; } in GetLpfFreq() function
Dsnd_Voice.h163 f32 GetLpfFreq() const { return m_LpfFreq; } in GetLpfFreq() function
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveSoundPlayer.cpp508 lpfFreq += GetLpfFreq(); in UpdateChannel()
Dsnd_SequenceTrack.cpp413 + m_pSequenceSoundPlayer->GetLpfFreq(); in UpdateChannelParam()
Dsnd_BasicSound.cpp567 lpfFreq += GetSoundPlayer()->GetLpfFreq(); in UpdateParam()
Dsnd_StreamSoundPlayer.cpp1211 lpfFreq += GetLpfFreq(); in UpdateVoiceParams()