Searched refs:MeasuringPoint (Results 1 – 1 of 1) sorted by relevance
168 struct MeasuringPoint { struct169 MeasuringPoint(double bitrate_, double latency_, double percent_packet_drop_) in MeasuringPoint() argument173 bool operator<=(const MeasuringPoint& other) const { in operator <=() argument177 bool operator>=(const MeasuringPoint& other) const { in operator >=() argument294 void Create(const MeasuringPoint& p) { in Create()377 scoped_ptr<test::PacketPipe> CreateSimplePipe(const MeasuringPoint& p) { in CreateSimplePipe()385 void Run(const MeasuringPoint& p) { in Run()559 MeasuringPoint GetMeasuringPoint(double v) const { in GetMeasuringPoint()560 return MeasuringPoint( in GetMeasuringPoint()573 MeasuringPoint p = v.GetMeasuringPoint(multiplier); in RunOnePoint()[all …]