Lines Matching refs:snd
78 namespace snd { namespace
170 nn::snd::ThreadParameter mainThread; in CreateSoundThread()
175 nn::snd::ThreadParameter userThread; in CreateSoundThread()
180 nn::Result result = nn::snd::StartSoundThread( in CreateSoundThread()
191 nn::snd::EnableSoundThreadTickCounter( isEnableGetTick ); in CreateSoundThread()
211 nn::Result result = nn::snd::StartSoundThread( in CreateSoundThread()
223 nn::snd::EnableAuxBusProcessingOnCore1( true ); in CreateSoundThread()
226 nn::snd::EnableSoundThreadTickCounter( isEnableGetTick ); in CreateSoundThread()
235 nn::Result result = nn::snd::StartUserSoundThread( in CreateUserSoundThread()
288 nn::snd::FinalizeUserSoundThread(); in Destroy()
290 nn::snd::FinalizeSoundThread(); in Destroy()
550 processTick = nn::snd::GetSoundThreadTick(); in SoundThreadProc()
559 nn::snd::WaitForDspSync( &wait ); in SoundThreadProc()
564 nn::snd::SendParameterToDsp(); in SoundThreadProc()
593 m_DspCycles += nn::snd::GetDspCycles(); in CalcProcessCost()