HomeSort by relevance Sort by last modified time
    Searched refs:multiple_loss_historic_packet_count_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
packet_loss_stats.h 47 int multiple_loss_historic_packet_count_; member in class:webrtc::PacketLossStats
packet_loss_stats.cc 26 multiple_loss_historic_packet_count_(0) {
70 *out_multiple_loss_packet_count = multiple_loss_historic_packet_count_;
125 multiple_loss_historic_packet_count_ += remove_count;

Completed in 352 milliseconds