Home | History | Annotate | Download | only in windx5

Lines Matching refs:NUM_BUFFERS

362 	    spot += NUM_BUFFERS;
371 cursor = (cursor+1)%NUM_BUFFERS;
594 notify_positions = (DSBPOSITIONNOTIFY *)SDL_malloc(NUM_BUFFERS*
607 for ( i=0; i<NUM_BUFFERS; ++i ) {
612 NUM_BUFFERS, notify_positions);
669 NUM_BUFFERS = -1;
672 NUM_BUFFERS = CreatePrimary(sound, mainwin, &mixbuf,
676 if ( NUM_BUFFERS < 0 ) {
677 NUM_BUFFERS = CreateSecondary(sound, mainwin, &mixbuf,
679 if ( NUM_BUFFERS < 0 ) {