Searched defs:volumeAdjust (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcess.h59 int32_t volumeAdjust(int32_t value, int32_t volume) function in namespace:android
66 float volumeAdjust(float value, float volume) function in namespace:android
93 *out++ = volumeAdjust(value, gain);
215 // for (int j = 0; j < CHANNELS; ++j) out[j] += volumeAdjust(accum[j], volumeLR[0]);
229 out[0] += volumeAdjust(l, volumeLR[0]);
230 out[1] += volumeAdjust(r, volumeLR[1]);
241 out[0] += volumeAdjust(l, volumeLR[0]);
242 out[1] += volumeAdjust(l, volumeLR[1]);

Completed in 53 milliseconds