Searched defs:scaleto8_24 (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DThreads.cpp4323 const float scaleto8_24 = MAX_GAIN_INT * MAX_GAIN_INT; local
4324 vl = (uint32_t) (scaleto8_24 * vlf);
4325 vr = (uint32_t) (scaleto8_24 * vrf);

Completed in 55 milliseconds