HomeSort by relevance Sort by last modified time
    Searched full:pcm_handle (Results 1 - 13 of 13) 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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 
libasound.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 
libasound.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.a     [all...]

Completed in 238 milliseconds