Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
H A Dextended-test.c36 #define NSTREAMS 4 macro
41 static pa_stream *streams[NSTREAMS];
50 .maxlength = SAMPLE_HZ*sizeof(float)*NSTREAMS, /* exactly space for the entire play time */
64 if (++n_streams_ready >= 2*NSTREAMS) { in underflow_cb()
93 if (++n_streams_ready >= NSTREAMS) { in stream_state_callback()
123 for (i = 0; i < NSTREAMS; i++) { in context_state_callback()
166 for (i = 0; i < NSTREAMS; i++) in START_TEST()
192 for (i = 0; i < NSTREAMS; i++) in START_TEST()
H A Dsync-playback.c36 #define NSTREAMS 4 macro
41 static pa_stream *streams[NSTREAMS];
56 .maxlength = SAMPLE_HZ*sizeof(float)*NSTREAMS, /* exactly space for the entire play time */
70 if (++n_streams_ready >= 2*NSTREAMS) { in underflow_cb()
99 if (++n_streams_ready >= NSTREAMS) { in stream_state_callback()
129 for (i = 0; i < NSTREAMS; i++) { in context_state_callback()
163 for (i = 0; i < NSTREAMS; i++) in START_TEST()
189 for (i = 0; i < NSTREAMS; i++) in START_TEST()
H A Dconnect-stress.c43 /* #define NSTREAMS ((PA_MAX_INPUTS_PER_SINK/2) - 1) */
47 * NSTREAMS to 20 in the meantime.
49 #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()

Completed in 2 milliseconds