HomeSort by relevance Sort by last modified time
    Searched refs:audio_handle (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.h 39 snd_pcm_t* audio_handle; member in struct:SDL_PrivateAudioData
59 #define audio_handle (this->hidden->audio_handle) macro
SDL_nto_audio.c 201 audio_handle = NULL;
264 written = snd_pcm_plugin_write(audio_handle, pcm_buf, towrite);
282 if ((rval = snd_pcm_plugin_status(audio_handle, &cstatus)) < 0)
289 if ((rval = snd_pcm_plugin_prepare(audio_handle, SND_PCM_CHANNEL_PLAYBACK)) < 0)
331 if (audio_handle != NULL)
333 if ((rval = snd_pcm_plugin_flush(audio_handle, SND_PCM_CHANNEL_PLAYBACK)) < 0)
338 if ((rval = snd_pcm_close(audio_handle)) < 0)
343 audio_handle = NULL;
354 audio_handle = NULL;
367 rval = snd_pcm_open_preferred(&audio_handle, &cardno, &deviceno, OPEN_FLAGS)
    [all...]

Completed in 314 milliseconds