Searched refs:conv_buf (Results 1 – 11 of 11) sorted by relevance
/external/qemu/audio/ |
D | fmodaudio.c | 505 hw->conv (hw->conv_buf + hw->wpos, p1, len1, &nominal_volume); in fmod_run_in() 508 hw->conv (hw->conv_buf, p2, len2, &nominal_volume); in fmod_run_in()
|
D | audio_int.h | 100 struct st_sample *conv_buf; member
|
D | dsoundaudio.c | 929 hw->conv (hw->conv_buf + hw->wpos, p1, len1, &nominal_volume); in dsound_run_in() 933 hw->conv (hw->conv_buf, p2, len2, &nominal_volume); in dsound_run_in()
|
D | wavaudio.c | 382 dst = hw->conv_buf + wpos; in wav_in_run()
|
D | esdaudio.c | 305 hw->conv (hw->conv_buf + wpos, buf, readSamples, in qesd_run_in()
|
D | audio_template.h | 36 #define HWBUF hw->conv_buf
|
D | coreaudio.c | 685 dst = hw->conv_buf + wpos; in audioInDeviceIOProc()
|
D | winaudio.c | 535 struct st_sample* dst = hw->conv_buf + hw->wpos; in winaudio_in_run()
|
D | ossaudio.c | 688 hw->conv (hw->conv_buf + bufs[i].add, p, nread >> hwshift, in oss_run_in()
|
D | alsaaudio.c | 898 dst = hw->conv_buf + bufs[i].add; in alsa_run_in()
|
D | audio.c | 1010 src = hw->conv_buf + rpos; in audio_pcm_sw_read()
|