Searched refs:ratio (Results 1 – 2 of 2) sorted by relevance
75 function getBadgeColor(ratio) { argument77 if (ratio <= 20) {79 } else if (ratio >= 70) {91 function getRoundValue(ratio) { argument92 return Math.round(ratio * 1000) / 10;
157 ratio = '(' + num + ':' + num + ')' variable in VtsHalMediaOmxStoreV1_0Host.testQueryCodecInformation.Pattern160 range_ratio = '((' + ratio + '-' + ratio + ')|' + ratio + ')'