Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h53 static constexpr int32_t kMaxLatencyMillis = 1000; // arbitrary and generous variable
391 int32_t maxLatencyFrames = getSampleRate() * kMaxLatencyMillis / kMillisPerSecond; in PulseLatencyAnalyzer()