HomeSort by relevance Sort by last modified time
    Searched defs:lost_packets (Results 1 - 2 of 2) 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;

Completed in 121 milliseconds