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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
packet_loss_stats.h 45 int single_loss_historic_count_; member in class:webrtc::PacketLossStats
packet_loss_stats.cc 24 : single_loss_historic_count_(0),
68 *out_single_loss_count = single_loss_historic_count_;
127 single_loss_historic_count_++;

Completed in 564 milliseconds