Searched refs:MIN_LINEAR_VOLUME (Results 1 – 1 of 1) sorted by relevance
62 #define MIN_LINEAR_VOLUME 0.f // type T: silence / mute audio macro205 return clamp(volume, MIN_LINEAR_VOLUME /* lo */, MAX_LINEAR_VOLUME /* hi */); in adjustVolume()229 if (!(pt.second >= MIN_LINEAR_VOLUME) in checkCurve()251 if (!(it->second >= MIN_LINEAR_VOLUME) /* handle nan */) { in clampVolume()252 it->second = MIN_LINEAR_VOLUME; in clampVolume()