Searched refs:latencyInFrames (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaaudio/examples/loopback/src/
H A DLoopbackAnalyzer.h156 double latencyInFrames; member in struct:LatencyReport_s
223 report->latencyInFrames = peakIndex;
493 double latencyMillis = 1000.0 * mLatencyReport.latencyInFrames / getSampleRate();
494 printf(LOOPBACK_RESULT_TAG "latency.frames = %8.2f\n", mLatencyReport.latencyInFrames);

Completed in 53 milliseconds