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

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

Completed in 32 milliseconds