Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DRenderer.cpp166 const std::chrono::steady_clock::duration rpm = 2s; in render() local
170 std::chrono::steady_clock::duration offset = (renderTime - startTime) % rpm; in render()
171 auto spin = static_cast<double>(offset.count()) / static_cast<double>(rpm.count()); in render()