Lines Matching refs:report
84 std::stringstream report; in analyze() local
85 report << "GlitchAnalyzer ------------------\n"; in analyze()
86 report << LOOPBACK_RESULT_TAG "peak.amplitude = " << std::setw(8) in analyze()
88 report << LOOPBACK_RESULT_TAG "sine.magnitude = " << std::setw(8) in analyze()
90 report << LOOPBACK_RESULT_TAG "rms.noise = " << std::setw(8) in analyze()
92 report << LOOPBACK_RESULT_TAG "signal.to.noise.db = " << std::setw(8) in analyze()
94 report << LOOPBACK_RESULT_TAG "frames.accumulated = " << std::setw(8) in analyze()
96 report << LOOPBACK_RESULT_TAG "sine.period = " << std::setw(8) in analyze()
98 report << LOOPBACK_RESULT_TAG "test.state = " << std::setw(8) in analyze()
100 report << LOOPBACK_RESULT_TAG "frame.count = " << std::setw(8) in analyze()
105 report << "ERROR - failed to lock on reference sine tone.\n"; in analyze()
109 report << LOOPBACK_RESULT_TAG "glitch.count = " << std::setw(8) in analyze()
111 report << LOOPBACK_RESULT_TAG "max.glitch = " << std::setw(8) in analyze()
114 report << "ERROR - number of glitches > 0\n"; in analyze()
118 return report.str(); in analyze()