Home
last modified time | relevance | path

Searched refs:notify_positions (Results 1 – 1 of 1) sorted by relevance

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