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

/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp558 const float maxv = max(newVolume, *pPrevVolume); // could be inf, cannot be nan, subnormal local
561 && maxv + inc != maxv) { // inc must make forward progress

Completed in 906 milliseconds