Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Dextended-test.c35 #define NSTREAMS 4 macro
40 static pa_stream *streams[NSTREAMS];
49 .maxlength = SAMPLE_HZ*sizeof(float)*NSTREAMS, /* exactly space for the entire play time */
63 if (++n_streams_ready >= 2*NSTREAMS) { in underflow_cb()
92 if (++n_streams_ready >= NSTREAMS) { in stream_state_callback()
122 for (i = 0; i < NSTREAMS; i++) { in context_state_callback()
165 for (i = 0; i < NSTREAMS; i++) in START_TEST()
191 for (i = 0; i < NSTREAMS; i++) in START_TEST()
Dsync-playback.c35 #define NSTREAMS 4 macro
40 static pa_stream *streams[NSTREAMS];
55 .maxlength = SAMPLE_HZ*sizeof(float)*NSTREAMS, /* exactly space for the entire play time */
69 if (++n_streams_ready >= 2*NSTREAMS) { in underflow_cb()
98 if (++n_streams_ready >= NSTREAMS) { in stream_state_callback()
128 for (i = 0; i < NSTREAMS; i++) { in context_state_callback()
162 for (i = 0; i < NSTREAMS; i++) in START_TEST()
188 for (i = 0; i < NSTREAMS; i++) in START_TEST()
Dconnect-stress.c49 #define NSTREAMS 20 macro
54 static pa_stream *streams[NSTREAMS];
99 for (i = 0; i < NSTREAMS; i++) in _disconnect()
116 .maxlength = SAMPLE_HZ * sizeof(float) * NSTREAMS,
171 for (i = 0; i < NSTREAMS; i++) { in context_state_callback()
201 for (i = 0; i < NSTREAMS; i++) in START_TEST()