Home
last modified time | relevance | path

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

/external/webrtc/video/
Dcall_stats2.h63 struct RttTime { struct
64 RttTime(int64_t new_rtt, int64_t rtt_time) : rtt(new_rtt), time(rtt_time) {} in RttTime() function
65 const int64_t rtt;
66 const int64_t time;