Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/src/main/cpp/utils/
DUtilityFunctions.h22 constexpr int64_t kMillisecondsInSecond = 1000; variable
34 return static_cast<int64_t>((static_cast<double>(frames)/ sampleRate) * kMillisecondsInSecond); in convertFramesToMillis()