Searched refs:CurvePoint (Results 1 – 3 of 3) sorted by relevance
35 struct CurvePoint struct37 CurvePoint() {} in CurvePoint() argument38 CurvePoint(int index, int attenuationInMb) : in CurvePoint() argument44 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs) argument57 void add(const CurvePoint &point) { mCurvePoints.add(point); } in add()67 SortedVector<CurvePoint> mCurvePoints;
49 struct CurvePoint { struct53 using CurvePoints = std::vector<CurvePoint>; argument
52 size_t indexInUiPosition = mCurvePoints.orderOf(CurvePoint(volIdx, 0)); in volIndexToDb()