Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSoundPlayer.h91 float GetLpfFreq() const { return m_PlayerParamSet.lpfFreq; } in GetLpfFreq() function
Dsnd_SoundPlayer.h209 float GetLpfFreq() const { return m_LpfFreq; } in GetLpfFreq() function
Dsnd_SequenceTrack.h196 float GetLpfFreq() const { return m_ParserTrackParam.lpfFreq; } in GetLpfFreq() function
Dsnd_Voice.h165 f32 GetLpfFreq() const { return m_LpfFreq; } in GetLpfFreq() function
Dsnd_BasicSound.h299 f32 GetLpfFreq() const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp585 lpfFreq += GetSoundPlayer()->GetLpfFreq(); in UpdateParam()
916 f32 BasicSound::GetLpfFreq() const in GetLpfFreq() function in nw::snd::internal::BasicSound
Dsnd_WaveSoundPlayer.cpp518 lpfFreq += GetLpfFreq(); in UpdateChannel()
Dsnd_SequenceTrack.cpp415 + m_pSequenceSoundPlayer->GetLpfFreq(); in UpdateChannelParam()
Dsnd_StreamSoundPlayer.cpp1276 lpfFreq += GetLpfFreq(); in UpdateVoiceParams()