Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dconnection_info.cc30 recv_bytes_second(0), in ConnectionInfo()
Dconnection_info.h56 size_t recv_bytes_second; // Bps over the last measurement interval. member
Dconnection.cc1229 stats_.recv_bytes_second = round(recv_rate_tracker_.ComputeRate()); in stats()