Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe.cc183 int number_packets_received = 0; in RecentPacketLossRatio() local
205 ++number_packets_received; in RecentPacketLossRatio()
211 return static_cast<float>(gap - number_packets_received) / gap; in RecentPacketLossRatio()