Searched refs:SetLpfFreq (Results 1 – 17 of 17) sorted by relevance
371 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function373 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
400 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function402 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
382 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function384 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
364 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function366 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
78 void SetLpfFreq( float lpfFreq ) { m_PlayerParamSet.lpfFreq = lpfFreq; } in SetLpfFreq() function
199 void SetLpfFreq( float lpfFreq );
183 void SetLpfFreq( float lpfFreq ) { m_ParserTrackParam.lpfFreq = lpfFreq; } in SetLpfFreq() function
164 void SetLpfFreq( f32 lpfFreq );
286 void SetLpfFreq( f32 lpfFreq );
347 m_Handle.SetLpfFreq( 0.0f ); in SetFilter()351 m_Handle.SetLpfFreq( m_LpfValue ); in SetFilter()359 m_Handle.SetLpfFreq( 0.0f ); in SetFilter()
156 void SoundPlayer::SetLpfFreq( float lpfFreq ) in SetLpfFreq() function in nw::snd::SoundPlayer
110 c->player->SetLpfFreq( c->lpfFreq ); in ProcessCommandList()
528 SetTrackParam( trackBitFlag, &SequenceTrack::SetLpfFreq, lpfFreq ); in SetTrackLpfFreq()
296 m_pVoice->SetLpfFreq( lpfFreq ); in Update()
878 void BasicSound::SetLpfFreq( float lpfFreq ) in SetLpfFreq() function in nw::snd::internal::BasicSound
1238 voice->SetLpfFreq( lpfFreq ); in UpdateVoiceParams()1256 voice->SetLpfFreq( lpfFreq ); in UpdateVoiceParams()
791 void Voice::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function in nw::snd::internal::driver::Voice