Searched refs:nominal_volume (Results 1 - 10 of 10) sorted by relevance

/external/qemu/audio/
H A Daudio_int.h216 extern struct mixeng_volume nominal_volume;
H A Ddsoundaudio.c834 hw->conv (hw->conv_buf + hw->wpos, p1, len1, &nominal_volume);
838 hw->conv (hw->conv_buf, p2, len2, &nominal_volume);
H A Dfmodaudio.c491 hw->conv (hw->conv_buf + hw->wpos, p1, len1, &nominal_volume);
494 hw->conv (hw->conv_buf, p2, len2, &nominal_volume);
H A Daudio.c197 struct mixeng_volume nominal_volume = { variable in typeref:struct:mixeng_volume
2201 sw->vol.l = nominal_volume.l * lvol / 255;
2202 sw->vol.r = nominal_volume.r * rvol / 255;
2210 sw->vol.l = nominal_volume.l * lvol / 255;
2211 sw->vol.r = nominal_volume.r * rvol / 255;
H A Daudio_template.h496 sw->vol = nominal_volume;
H A Desdaudio.c388 &nominal_volume);
H A Dpaaudio.c229 hw->conv (hw->conv_buf + wpos, buf, chunk, &nominal_volume);
H A Dwinaudio.c547 hw->conv(dst, src, wav_samples, &nominal_volume);
H A Dalsaaudio.c1160 hw->conv (dst, src, nread, &nominal_volume);
H A Dossaudio.c782 &nominal_volume);

Completed in 74 milliseconds