Searched refs:CurvePoint (Results 1 – 3 of 3) sorted by relevance
34 struct CurvePoint struct36 CurvePoint() {} in CurvePoint() argument37 CurvePoint(int index, int attenuationInMb) : in CurvePoint() argument43 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs) argument56 void add(const CurvePoint &point) { mCurvePoints.add(point); } in add()66 SortedVector<CurvePoint> mCurvePoints;
46 struct CurvePoint { struct50 using CurvePoints = std::vector<CurvePoint>; argument
52 size_t indexInUiPosition = mCurvePoints.orderOf(CurvePoint(volIdx, 0)); in volIndexToDb()