Home
last modified time | relevance | path

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

/external/chromium_org/media/cast/test/
Dcast_benchmarks.cc168 struct MeasuringPoint { struct
169 MeasuringPoint(double bitrate_, double latency_, double percent_packet_drop_) in MeasuringPoint() argument
173 bool operator<=(const MeasuringPoint& other) const { in operator <=() argument
177 bool operator>=(const MeasuringPoint& other) const { in operator >=() argument
294 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 …]