Searched refs:BitrateWindowS (Results 1 – 4 of 4) sorted by relevance
143 double BitrateWindowS() const { return rate_counter_.BitrateWindowS(); } in BitrateWindowS() function
84 return (8 * recently_received_bytes_) / BitrateWindowS(); in bits_per_second()88 return recently_received_packets_ / BitrateWindowS(); in packets_per_second()91 double RateCounter::BitrateWindowS() const { in BitrateWindowS() function in webrtc::testing::bwe::RateCounter
339 double window_size_s = bwe_receiver_.BitrateWindowS(); in TEST_F()
64 double BitrateWindowS() const;