Home
last modified time | relevance | path

Searched defs: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() function
173 bool operator<=(const MeasuringPoint& other) const { in operator <=()
177 bool operator>=(const MeasuringPoint& other) const { in operator >=()
182 std::string AsString() const { in AsString()
187 double bitrate;
188 double latency;
189 double percent_packet_drop;