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

/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
H A DSDL_dx5audio.c578 DSBPOSITIONNOTIFY *notify_positions; local
594 notify_positions = (DSBPOSITIONNOTIFY *)SDL_malloc(NUM_BUFFERS*
595 sizeof(*notify_positions));
596 if ( notify_positions == NULL ) {
608 notify_positions[i].dwOffset = i*mixlen;
609 notify_positions[i].hEventNotify = audio_event;
612 NUM_BUFFERS, notify_positions);

Completed in 95 milliseconds