Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h466 mLatencyReport.reset(); in reset()
502 &mAudioRecording.getData()[mLatencyReport.latencyInFrames], mPulse.size()) in analyze()
509 double latencyMillis = kMillisPerSecond * (double) mLatencyReport.latencyInFrames in analyze()
512 << mLatencyReport.latencyInFrames << "\n"; in analyze()
529 return mLatencyReport.latencyInFrames; in getMeasuredLatency()
533 return mLatencyReport.correlation; in getMeasuredCorrelation()
630 LatencyReport mLatencyReport; variable
705 &mLatencyReport); in measureLatency()
765 &mLatencyReport); in measureLatency()