Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp5529 const float scaleto8_24 = MAX_GAIN_INT * MAX_GAIN_INT; in prepareTracks_l() local
5530 vl = (uint32_t) (scaleto8_24 * vlf); in prepareTracks_l()
5531 vr = (uint32_t) (scaleto8_24 * vrf); in prepareTracks_l()