OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:packet_counter_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
PacketLossTest.cc
22
packet_counter_
(0),
43
if (
packet_counter_
== 0) {
48
packet_counter_
= 0;
59
packet_counter_
++;
63
packet_counter_
= 0;
77
if (lost_packet_counter_ * 100 < loss_rate_ *
packet_counter_
) {
PacketLossTest.h
31
int
packet_counter_
;
member in class:webrtc::ReceiverWithPacketLoss
Completed in 5390 milliseconds