Searched refs:latencyEmptyFrames (Results 1 – 1 of 1) sorted by relevance
275 int latencyEmptyFrames = latencyFrames - bufferSize; in getResultString() local276 double latencyEmptyMillis = latencyEmptyFrames * 1000.0 / getSampleRate(); in getResultString()280 message += String.format("latency.empty.frames = %d\n", latencyEmptyFrames); in getResultString()