Home
last modified time | relevance | path

Searched refs:mixeng_clip_float (Results 1 – 4 of 4) sorted by relevance

/qemu/audio/
H A Dmixeng.h47 extern f_sample *mixeng_clip_float[2];
H A Daudio_template.h179 sw->clip = mixeng_clip_float[sw->info.nchannels == 2]; in glue()
306 hw->clip = mixeng_clip_float[hw->info.nchannels == 2]; in glue()
H A Dmixeng.c337 f_sample *mixeng_clip_float[2] = { variable
H A Daudio.c1887 hw->clip = mixeng_clip_float[hw->info.nchannels == 2]; in AUD_add_capture()