HomeSort by relevance Sort by last modified time
    Searched full:dsound_primary_buffer (Results 1 - 1 of 1) sorted by null

  /external/qemu/audio/
dsoundaudio.c 69 LPDIRECTSOUNDBUFFER dsound_primary_buffer; member in struct:__anon33835
422 if (s->dsound_primary_buffer) {
423 hr = IDirectSoundBuffer_Release (s->dsound_primary_buffer);
427 s->dsound_primary_buffer = NULL;
470 &s->dsound_primary_buffer,
478 hr = IDirectSoundBuffer_SetFormat (s->dsound_primary_buffer, &wfx);
484 s->dsound_primary_buffer,

Completed in 193 milliseconds