Searched refs:kMillisPerSecond (Results 1 – 1 of 1) sorted by relevance
46 static constexpr int32_t kMillisPerSecond = 1000; variable374 int32_t maxLatencyFrames = getSampleRate() * kMaxLatencyMillis / kMillisPerSecond; in PulseLatencyAnalyzer()376 / (kFramesPerEncodedBit * kMillisPerSecond); in PulseLatencyAnalyzer()457 double latencyMillis = kMillisPerSecond * (double) mLatencyReport.latencyInFrames in analyze()