Home
last modified time | relevance | path

Searched refs:conv_buf (Results 1 – 11 of 11) sorted by relevance

/external/qemu/audio/
Dfmodaudio.c505 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()
Daudio_int.h100 struct st_sample *conv_buf; member
Ddsoundaudio.c929 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()
Dwavaudio.c382 dst = hw->conv_buf + wpos; in wav_in_run()
Desdaudio.c305 hw->conv (hw->conv_buf + wpos, buf, readSamples, in qesd_run_in()
Daudio_template.h36 #define HWBUF hw->conv_buf
Dcoreaudio.c685 dst = hw->conv_buf + wpos; in audioInDeviceIOProc()
Dwinaudio.c535 struct st_sample* dst = hw->conv_buf + hw->wpos; in winaudio_in_run()
Dossaudio.c688 hw->conv (hw->conv_buf + bufs[i].add, p, nread >> hwshift, in oss_run_in()
Dalsaaudio.c898 dst = hw->conv_buf + bufs[i].add; in alsa_run_in()
Daudio.c1010 src = hw->conv_buf + rpos; in audio_pcm_sw_read()