Home
last modified time | relevance | path

Searched refs:mix_buf (Results 1 – 10 of 10) sorted by relevance

/external/qemu/audio/
Daudio.c971 struct st_sample *src = hw->mix_buf + hw->rpos; in audio_pcm_hw_clip_out()
1152 sw->hw->mix_buf + wpos, in audio_pcm_sw_write()
1459 sw->buf = hw->mix_buf + rpos2; in audio_capture_mix_and_clear()
1474 mixeng_clear (hw->mix_buf + rpos, n); in audio_capture_mix_and_clear()
1475 mixeng_clear (hw->mix_buf, samples - n); in audio_capture_mix_and_clear()
1632 src = hw->mix_buf + rpos; in audio_run_capture()
2116 hw->mix_buf = audio_calloc (AUDIO_FUNC, hw->samples, in AUD_add_capture()
2118 if (!hw->mix_buf) { in AUD_add_capture()
2150 g_free (cap->hw.mix_buf); in AUD_add_capture()
Daudio_int.h82 struct st_sample *mix_buf; member
Dfmodaudio.c140 struct st_sample *src1 = hw->mix_buf + hw->rpos; in fmod_write_sample()
145 src2 = hw->mix_buf; in fmod_write_sample()
Ddsoundaudio.c357 struct st_sample *src1 = hw->mix_buf + hw->rpos; in dsound_write_sample()
362 src2 = hw->mix_buf; in dsound_write_sample()
Dwavaudio.c83 src = hw->mix_buf + rpos; in wav_out_run()
Daudio_template.h27 #define HWBUF hw->mix_buf
Desdaudio.c153 struct st_sample *src = hw->mix_buf + rpos; in qesd_thread_out()
Dpaaudio.c126 struct st_sample *src = hw->mix_buf + rpos; in qpa_thread_out()
Dcoreaudio.c531 src = hw->mix_buf + rpos; in audioOutDeviceIOProc()
Dwinaudio.c274 struct st_sample* src = hw->mix_buf + hw->rpos; in winaudio_out_run()