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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
PacketLossTest.cc 23 lost_packet_counter_(0),
64 lost_packet_counter_ = 0;
72 lost_packet_counter_++;
77 if (lost_packet_counter_ * 100 < loss_rate_ * packet_counter_) {
78 lost_packet_counter_++;
PacketLossTest.h 32 int lost_packet_counter_; member in class:webrtc::ReceiverWithPacketLoss

Completed in 292 milliseconds