Searched refs:audio_calloc (Results 1 – 8 of 8) sorted by relevance
/external/qemu/audio/ |
D | audio_template.h | 83 HWBUF = audio_calloc (AUDIO_FUNC, hw->samples, sizeof (struct st_sample)); in glue() 117 sw->buf = audio_calloc (AUDIO_FUNC, samples, sizeof (struct st_sample)); in glue() 265 hw = audio_calloc (AUDIO_FUNC, 1, glue (drv->voice_size_, TYPE)); in glue() 358 sw = audio_calloc (AUDIO_FUNC, 1, sizeof (*sw)); in glue()
|
D | wavaudio.c | 157 wav->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); in wav_out_init() 322 wav->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); in wav_in_init()
|
D | esdaudio.c | 204 esd->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); in qesd_init_out() 358 esd->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); in qesd_init_in()
|
D | audio.c | 273 void *audio_calloc (const char *funcname, int nmemb, size_t size) in audio_calloc() function 903 sc = audio_calloc (AUDIO_FUNC, 1, sizeof (*sc)); in audio_attach_capture() 2046 cb = audio_calloc (AUDIO_FUNC, 1, sizeof (*cb)); in AUD_add_capture() 2064 cap = audio_calloc (AUDIO_FUNC, 1, sizeof (*cap)); in AUD_add_capture() 2077 hw->mix_buf = audio_calloc (AUDIO_FUNC, hw->samples, in AUD_add_capture() 2087 cap->buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); in AUD_add_capture()
|
D | mixeng.c | 301 struct rate *rate = audio_calloc (AUDIO_FUNC, 1, sizeof (*rate)); in st_rate_start()
|
D | audio_int.h | 227 void *audio_calloc (const char *funcname, int nmemb, size_t size);
|
D | ossaudio.c | 524 oss->pcm_buf = audio_calloc ( in oss_init_out() 621 oss->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); in oss_init_in()
|
D | alsaaudio.c | 723 alsa->pcm_buf = audio_calloc (AUDIO_FUNC, obt.samples, 1 << hw->info.shift); in alsa_init_out() 814 alsa->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); in alsa_init_in()
|