Searched defs:FROM_OSSVOL (Results 1 – 2 of 2) sorted by relevance
37 #define FROM_OSSVOL(x) ((((x) > 100 ? 100 : (x)) * 255 + 50) / 100) macro
60 #define FROM_OSSVOL(x) ((((x) > 100 ? 100 : (x)) * 255 + 50) / 100) macro