Searched refs:_packetLoss (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.h29 _packetLoss(0),
44 _packetLoss = n;
48 if (_packetLoss > 0) {
49 if ((_count % _packetLoss) == 0) {
81 int _packetLoss; member in class:webrtc::LoopBackTransport
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DChannel.h113 int16_t _packetLoss; member in class:webrtc::Channel
H A DChannel.cc106 _packetLoss += 1;
107 if (_packetLoss == 3) {
108 _packetLoss = 0;
220 _packetLoss(0),

Completed in 3469 milliseconds