Home
last modified time | relevance | path

Searched refs:lost_packet_counter_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/test/
DPacketLossTest.cc26 lost_packet_counter_(0), in ReceiverWithPacketLoss()
67 lost_packet_counter_ = 0; in IncomingPacket()
75 lost_packet_counter_++; in PacketLost()
80 if (lost_packet_counter_ * 100 < loss_rate_ * packet_counter_) { in PacketLost()
81 lost_packet_counter_++; in PacketLost()
DPacketLossTest.h37 int lost_packet_counter_; variable