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.h414 mLatencyReport.reset(); in reset()
447 &mLatencyReport); in analyze()
449 if (mLatencyReport.confidence < kMinimumConfidence) { in analyze()
454 &mAudioRecording.getData()[mLatencyReport.latencyInFrames], mPulse.size()) in analyze()
457 double latencyMillis = kMillisPerSecond * (double) mLatencyReport.latencyInFrames in analyze()
460 << mLatencyReport.latencyInFrames << "\n"; in analyze()
464 << mLatencyReport.confidence << "\n"; in analyze()
475 return mLatencyReport.latencyInFrames; in getMeasuredLatency()
479 return mLatencyReport.confidence; in getMeasuredConfidence()
601 LatencyReport mLatencyReport; variable