Searched defs:MAX_STREAMS (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaaudio/tests/
H A Dtest_n_streams.cpp29 #define MAX_STREAMS 200 macro
34 AAudioStream *aaudioStreams[MAX_STREAMS];
44 for (int i = 0; i < MAX_STREAMS; i++) {
85 printf("Try to open a maximum of %d streams.\n", MAX_STREAMS);

Completed in 27 milliseconds