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

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_libao.c41 #define WAVEOUTLEN 16 macro
176 len = (WAVEOUTLEN > (out->end - out->p)) ? (out->end - out->p) : WAVEOUTLEN;

Completed in 355 milliseconds