Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h52 static constexpr int32_t kMillisPerSecond = 1000; // by definition variable
437 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()