Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:volume

59 int32_t volumeAdjust(int32_t value, int32_t volume)
61 return 2 * mulRL(0, value, volume); // Note: only use top 16b
66 float volumeAdjust(float value, float volume)
68 return value * volume;
92 inline void volume(TO*& out, TO gain) {
94 Accumulator<CHANNELS-1, TO>::volume(out, gain);
108 inline void volume(TO*& out __unused, TO gain __unused) {
166 * the negative half FIR dot product, accumulates, and then applies the volume.
216 accum.volume(tmp_out, volumeLR[0]);
309 * @param volumeLR is a pointer to an array of two 32 bit volume values, one per stereo channel,
312 * A typical value for volume is 0x1000 to align to a unity gain output of 20.12.