Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_BasicSoundPlayer.h89 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
Dsnd_BasicSound.h297 f32 GetLpfFreq() const;
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp578 lpfFreq += GetSoundPlayer()->GetLpfFreq(); in UpdateParam()
909 f32 BasicSound::GetLpfFreq() const in GetLpfFreq() function in nw::snd::internal::BasicSound
Dsnd_WaveSoundPlayer.cpp516 lpfFreq += GetLpfFreq(); in UpdateChannel()
Dsnd_SequenceTrack.cpp413 + m_pSequenceSoundPlayer->GetLpfFreq(); in UpdateChannelParam()
Dsnd_StreamSoundPlayer.cpp1211 lpfFreq += GetLpfFreq(); in UpdateVoiceParams()