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