Searched refs:conv_buf (Results 1 – 12 of 12) sorted by relevance
/external/qemu/audio/ |
D | fmodaudio.c | 491 hw->conv (hw->conv_buf + hw->wpos, p1, len1, &nominal_volume); in fmod_run_in() 494 hw->conv (hw->conv_buf, p2, len2, &nominal_volume); in fmod_run_in()
|
D | audio_int.h | 102 struct st_sample *conv_buf; member
|
D | dsoundaudio.c | 834 hw->conv (hw->conv_buf + hw->wpos, p1, len1, &nominal_volume); in dsound_run_in() 838 hw->conv (hw->conv_buf, p2, len2, &nominal_volume); in dsound_run_in()
|
D | wavaudio.c | 377 dst = hw->conv_buf + wpos; in wav_in_run()
|
D | audio_template.h | 36 #define HWBUF hw->conv_buf
|
D | esdaudio.c | 387 hw->conv (hw->conv_buf + wpos, buf, nread >> hw->info.shift, in qesd_thread_in()
|
D | paaudio.c | 229 hw->conv (hw->conv_buf + wpos, buf, chunk, &nominal_volume); in qpa_thread_in()
|
D | coreaudio.c | 672 dst = hw->conv_buf + wpos; in audioInDeviceIOProc()
|
D | winaudio.c | 534 struct st_sample* dst = hw->conv_buf + hw->wpos; in winaudio_in_run()
|
D | ossaudio.c | 781 hw->conv (hw->conv_buf + bufs[i].add, p, nread >> hwshift, in oss_run_in()
|
D | alsaaudio.c | 1123 dst = hw->conv_buf + bufs[i].add; in alsa_run_in()
|
D | audio.c | 1031 src = hw->conv_buf + rpos; in audio_pcm_sw_read()
|