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

/external/qemu/audio/
H A Dmixeng_template.h36 #define VOL(a, b) ((a) * (b)) macro
38 #define VOL(a, b) ((a) * (b)) >> 32 macro
41 #define VOL(a, b) a macro
125 out->l = VOL (glue (conv_, ET) (*in++), vol->l);
126 out->r = VOL (glue (conv_, ET) (*in++), vol->r);
145 out->l = VOL (glue (conv_, ET) (in[0]), vol->l);
177 #undef VOL macro

Completed in 94 milliseconds