Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.h80 double smoothed_delay_ms, in PacketTiming()
83 smoothed_delay_ms(smoothed_delay_ms), in PacketTiming()
86 double smoothed_delay_ms; member
Dtrendline_estimator.cc62 sum_y += packet.smoothed_delay_ms; in LinearFitSlope()
71 double y = packet.smoothed_delay_ms; in LinearFitSlope()