Home
last modified time | relevance | path

Searched refs:N_OUT (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/tests/
H A Dlo-latency-test.c40 #define N_OUT (SAMPLE_HZ * 1) macro
42 static float out[N_OUT][CHANNELS];
62 if (ppos + nsamp > N_OUT) { in write_cb()
65 nbytes = (N_OUT - ppos) * ctx->fs; in write_cb()
74 ppos = (ppos + nbytes / ctx->fs) % N_OUT; in write_cb()
155 for (i = 0; i < N_OUT; i++) in START_TEST()

Completed in 1 milliseconds