Home
last modified time | relevance | path

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

/external/qemu/audio/
Dmixeng.h29 struct mixeng_volume { int mute; mixeng_real r; mixeng_real l; }; argument
32 struct mixeng_volume { int mute; int64_t r; int64_t l; }; struct
37 int samples, struct mixeng_volume *vol);
Daudio_int.h122 struct mixeng_volume vol;
138 struct mixeng_volume vol;
216 extern struct mixeng_volume nominal_volume;
Dmixeng_template.h112 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol) in glue()
132 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol) in glue()
Daudio.c197 struct mixeng_volume nominal_volume = {
803 int samples, struct mixeng_volume *vol) in noop_conv()