Home
last modified time | relevance | path

Searched defs:tick (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_HardwareManager.cpp257 OSTick tick = OS_GetTick(); in AuxCallbackFunc() local
302 nn::os::Tick tick = nn::os::Tick::GetSystemCurrent(); in AuxCallbackFunc() local
Dsnd_SoundThread.cpp585 void SoundThread::CalcProcessCost( const nn::os::Tick& tick ) in CalcProcessCost()
616 void SoundThread::GetTickCount( nn::os::Tick& tick, int& count ) const in GetTickCount()
Dsnd_Channel.cpp199 nn::os::Tick tick = nn::os::Tick::GetSystemCurrent(); in Update() local
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp269 s64 tick = static_cast<s64>(nn::os::Tick::GetSystemCurrent()); in SetGpuProfilingTick() local
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundSystem.h917 static void GetSoundThreadTickCount( nn::os::Tick& tick, int& count ) in GetSoundThreadTickCount()
Dsnd_Util.h460 AutoStopWatch( OSTick& tick ) : m_Tick( tick ) in AutoStopWatch()
/NW4C-1.3.3/include/nw/dev/
Ddev_Profile.h183 static float TickToTime(s64 tick, float accuracy) in TickToTime()