Home
last modified time | relevance | path

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

/external/qemu/audio/
Ddsoundaudio.c436 DSBUFFERDESC dsbd; in dsound_open() local
461 memset (&dsbd, 0, sizeof (dsbd)); in dsound_open()
462 dsbd.dwSize = sizeof (dsbd); in dsound_open()
463 dsbd.dwFlags = DSBCAPS_PRIMARYBUFFER; in dsound_open()
464 dsbd.dwBufferBytes = 0; in dsound_open()
465 dsbd.lpwfxFormat = NULL; in dsound_open()
469 &dsbd, in dsound_open()