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