Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe.cc161 size_t set_total_packets = in LinkedSetPacketLossRatio() local
165 size_t set_lost_packets = set_total_packets - set_received_packets; in LinkedSetPacketLossRatio()
167 return LossAccount(set_total_packets, set_lost_packets); in LinkedSetPacketLossRatio()
/external/webrtc/webrtc/call/
Drtc_event_log.cc440 bwe_event->set_total_packets(total_packets);