Lines Matching refs:report
225 LatencyReport *report) { in measureLatencyFromPulse() argument
227 report->reset(); in measureLatencyFromPulse()
270 report->latencyInFrames = peakIndex; in measureLatencyFromPulse()
271 report->correlation = peakCorrelation; in measureLatencyFromPulse()
482 std::stringstream report; in analyze() local
483 report << "PulseLatencyAnalyzer ---------------\n"; in analyze()
484 report << LOOPBACK_RESULT_TAG "test.state = " in analyze()
486 report << LOOPBACK_RESULT_TAG "test.state.name = " in analyze()
488 report << LOOPBACK_RESULT_TAG "background.rms = " in analyze()
493 report << "WARNING - Bad state. Check volume on device.\n"; in analyze()
505 report << " ERROR - confidence too low!"; in analyze()
511 report << LOOPBACK_RESULT_TAG "latency.frames = " << std::setw(8) in analyze()
513 report << LOOPBACK_RESULT_TAG "latency.msec = " << std::setw(8) in analyze()
515 report << LOOPBACK_RESULT_TAG "latency.confidence = " << std::setw(8) in analyze()
517 report << LOOPBACK_RESULT_TAG "latency.correlation = " << std::setw(8) in analyze()
525 return report.str(); in analyze()