Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Dcall_stats.h53 struct RttTime { struct
54 RttTime(uint32_t new_rtt, int64_t rtt_time) in RttTime() argument
70 std::list<RttTime> reports_; argument
Dcall_stats.cc75 for (std::list<RttTime>::const_iterator it = reports_.begin(); in Process()
126 reports_.push_back(RttTime(rtt, time_now)); in OnRttUpdate()