Searched refs:pa_rms (Results 1 – 3 of 3) sorted by relevance
/third_party/pulseaudio/src/tests/ |
D | lo-test-util.c | 112 if (pa_rms(in, nsamp) < 0.40f) { in calibrate_read_cb() 117 … pa_log_error("Capture signal too weak at 100%% volume (%g). Giving up.", pa_rms(in, nsamp)); in calibrate_read_cb() 129 pa_log_debug(stderr, "Capture volume = %g (%g)", v, pa_rms(in, nsamp)); in calibrate_read_cb() 140 if (pa_rms(in, nsamp) > 0.1f) { in calibrate_read_cb() 141 pa_log_warn("Too much noise on capture (%g). Giving up.", pa_rms(in, nsamp)); in calibrate_read_cb() 316 float pa_rms(const float *s, int n) { in pa_rms() function
|
D | lo-latency-test.c | 111 fprintf(stderr, "%g (", pa_rms(in, WINDOW)); in read_cb() 118 cur = pa_rms(in, WINDOW); in read_cb() 120 cur = pa_rms(in, (l - i) / ctx->ss); in read_cb()
|
D | lo-test-util.h | 55 float pa_rms(const float *s, int n);
|