Searched refs:CurvePoint (Results 1 – 3 of 3) sorted by relevance
32 struct CurvePoint struct34 CurvePoint() {} in CurvePoint() function35 CurvePoint(int index, int attenuationInMb) : in CurvePoint() argument41 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs) argument58 void add(const CurvePoint &point) { mCurvePoints.add(point); } in add()65 SortedVector<CurvePoint> mCurvePoints;
42 size_t indexInUiPosition = mCurvePoints.orderOf(CurvePoint(volIdx, 0)); in volIndexToDb()
582 element->add(CurvePoint(point[0], point[1])); in deserialize()