Searched refs:kMillisPerSecond (Results 1 – 1 of 1) sorted by relevance
52 static constexpr int32_t kMillisPerSecond = 1000; // by definition variable437 int32_t maxLatencyFrames = getSampleRate() * kMaxLatencyMillis / kMillisPerSecond; in setup()509 double latencyMillis = kMillisPerSecond * (double) mLatencyReport.latencyInFrames in analyze()686 / (kFramesPerEncodedBit * kMillisPerSecond); in calculatePulseLength()723 return getSampleRate() * kPulseLengthMillis / kMillisPerSecond; in calculatePulseLength()