Searched refs:kSecondsToMillis (Results 1 – 2 of 2) sorted by relevance
32 static constexpr uint64 kSecondsToMillis = 1000ULL; variable
429 let indexToTime = (t) => (start + t * delta) / kSecondsToMillis;734 const kSecondsToMillis = 1000; constant