Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h57 int32_t latencyInFrames = 0.0; member
61 latencyInFrames = 0; in reset()
206 report->latencyInFrames = 0; in measureLatencyFromPulse()
250 report->latencyInFrames = peakIndex; in measureLatencyFromPulse()
471 &mAudioRecording.getData()[mLatencyReport.latencyInFrames], mPulse.size()) in analyze()
474 double latencyMillis = kMillisPerSecond * (double) mLatencyReport.latencyInFrames in analyze()
477 << mLatencyReport.latencyInFrames << "\n"; in analyze()
492 return mLatencyReport.latencyInFrames; in getMeasuredLatency()