Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DVolumeCurve.cpp29 size_t nbCurvePoints = mCurvePoints.size(); in volIndexToDb() local
31 int nbSteps = 1 + mCurvePoints[nbCurvePoints - 1].mIndex - mCurvePoints[0].mIndex; in volIndexToDb()
43 if (indexInUiPosition >= nbCurvePoints) { in volIndexToDb()
45 return mCurvePoints[nbCurvePoints - 1].mAttenuationInMb / 100.0f; in volIndexToDb()