Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DRoundTripLatencyActivity.java275 int latencyEmptyFrames = latencyFrames - bufferSize; in getResultString() local
276 double latencyEmptyMillis = latencyEmptyFrames * 1000.0 / getSampleRate(); in getResultString()
280 message += String.format("latency.empty.frames = %d\n", latencyEmptyFrames); in getResultString()