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

  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.h 36 snd_pcm_t *pcm_handle; member in struct:SDL_PrivateAudioData
44 #define pcm_handle (this->hidden->pcm_handle) macro
SDL_alsa_audio.c 319 /*SDL_NAME(snd_pcm_wait)(pcm_handle, -1);*/
321 status = SDL_NAME(snd_pcm_writei)(pcm_handle, sample_buf, frames_left);
328 status = SDL_NAME(snd_pcm_recover)(pcm_handle, status, 0);
353 if ( pcm_handle ) {
354 SDL_NAME(snd_pcm_drain)(pcm_handle);
355 SDL_NAME(snd_pcm_close)(pcm_handle);
356 pcm_handle = NULL;
366 status = SDL_NAME(snd_pcm_hw_params)(pcm_handle, hwparams);
419 status = SDL_NAME(snd_pcm_hw_params_set_period_size_near)(pcm_handle, hwparams, &frames, NULL);
425 status = SDL_NAME(snd_pcm_hw_params_set_periods_near)(pcm_handle, hwparams, &periods, NULL)
    [all...]

Completed in 56 milliseconds