HomeSort by relevance Sort by last modified time
    Searched full:lost_packets (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/transient/
click_annotate.cc 30 // Returns -1 on error or |lost_packets| otherwise.
70 int lost_packets = 0; local
91 ++lost_packets;
113 return lost_packets;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
send_side.cc 70 int lost_packets = expected_packets - local
72 report_block_.fractionLost = (lost_packets << 8) / expected_packets;
73 report_block_.cumulativeLost += lost_packets;
  /external/webrtc/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.h 55 void UpdateUmaStats(int64_t now_ms, int64_t rtt, int lost_packets);
send_side_bandwidth_estimation.cc 144 int lost_packets) {
155 initially_lost_packets_ += lost_packets;
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc 207 int RegisterSsrc(uint32_t ssrc, LostPackets* lost_packets, Clock* clock) {
214 new Handler(ssrc, payload_types_, lost_packets));
271 LostPackets* lost_packets)
279 lost_packets_(lost_packets) {
280 assert(lost_packets);
  /external/webrtc/webrtc/call/
rtc_event_log.proto 112 // computed as floor( 256 * (#lost_packets / #total_packets) ).

Completed in 454 milliseconds