Home
last modified time | relevance | path

Searched defs:lpfFreq (Results 1 – 17 of 17) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSoundPlayer.h42 float lpfFreq; member
81 void SetLpfFreq( float lpfFreq ) { m_PlayerParamSet.lpfFreq = lpfFreq; } in SetLpfFreq()
Dsnd_SoundHandle.h420 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
Dsnd_WaveSoundHandle.h384 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
Dsnd_StreamSoundHandle.h397 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
Dsnd_SequenceTrack.h105 f32 lpfFreq; member
185 void SetLpfFreq( float lpfFreq ) { m_ParserTrackParam.lpfFreq = lpfFreq; } in SetLpfFreq()
Dsnd_SequenceSoundHandle.h378 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
Dsnd_Channel.h167 void SetUserLpfFreq( f32 lpfFreq ) { m_UserLpfFreq = lpfFreq; } in SetUserLpfFreq()
Dsnd_DriverCommand.h152 float lpfFreq; member
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp583 f32 lpfFreq = m_LpfFreq; in UpdateParam() local
912 void BasicSound::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
Dsnd_WaveSoundPlayer.cpp517 float lpfFreq = 0.0f; in UpdateChannel() local
Dsnd_SoundPlayer.cpp158 void SoundPlayer::SetLpfFreq( float lpfFreq ) in SetLpfFreq()
Dsnd_Channel.cpp273 f32 lpfFreq = 1.0f + m_UserLpfFreq; in Update() local
Dsnd_SequenceTrack.cpp413 float lpfFreq in UpdateChannelParam() local
Dsnd_SequenceSound.cpp497 void SequenceSound::SetTrackLpfFreq( u32 trackBitFlag, f32 lpfFreq ) in SetTrackLpfFreq()
Dsnd_SequenceSoundPlayer.cpp532 void SequenceSoundPlayer::SetTrackLpfFreq( u32 trackBitFlag, float lpfFreq ) in SetTrackLpfFreq()
Dsnd_StreamSoundPlayer.cpp1275 f32 lpfFreq = 1.0f; in UpdateVoiceParams() local
Dsnd_Voice.cpp793 void Voice::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()