Home
last modified time | relevance | path

Searched refs:absValue (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/common/src/android/media/cts/
DAudioHelper.java243 final double absValue = Math.abs(value); in add() local
245 mSumAbs += absValue; in add()
246 mMaxAbs = Math.max(mMaxAbs, absValue); in add()