Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h431 mLatencyReport.reset(); in reset()
464 &mLatencyReport); in analyze()
466 if (mLatencyReport.confidence < kMinimumConfidence) { in analyze()
471 &mAudioRecording.getData()[mLatencyReport.latencyInFrames], mPulse.size()) in analyze()
474 double latencyMillis = kMillisPerSecond * (double) mLatencyReport.latencyInFrames in analyze()
477 << mLatencyReport.latencyInFrames << "\n"; in analyze()
481 << mLatencyReport.confidence << "\n"; in analyze()
492 return mLatencyReport.latencyInFrames; in getMeasuredLatency()
496 return mLatencyReport.confidence; in getMeasuredConfidence()
619 LatencyReport mLatencyReport; variable