Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/transient/
Dclick_annotate.cc70 int lost_packets = 0; in main() local
91 ++lost_packets; in main()
113 return lost_packets; in main()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dsend_side.cc70 int lost_packets = expected_packets - in GiveFeedback() local
72 report_block_.fractionLost = (lost_packets << 8) / expected_packets; in GiveFeedback()
73 report_block_.cumulativeLost += lost_packets; in GiveFeedback()
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.cc207 int RegisterSsrc(uint32_t ssrc, LostPackets* lost_packets, Clock* clock) { in RegisterSsrc() argument
214 new Handler(ssrc, payload_types_, lost_packets)); in RegisterSsrc()
271 LostPackets* lost_packets) in Handler() argument
279 lost_packets_(lost_packets) { in Handler()
280 assert(lost_packets); in Handler()
/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc144 int lost_packets) { in UpdateUmaStats() argument
155 initially_lost_packets_ += lost_packets; in UpdateUmaStats()
Dsend_side_bandwidth_estimation.h55 void UpdateUmaStats(int64_t now_ms, int64_t rtt, int lost_packets);
/external/webrtc/webrtc/call/
Drtc_event_log.proto112 // computed as floor( 256 * (#lost_packets / #total_packets) ).