Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/test/
DChannel.cc112 _packetLoss += 1; in SendData()
113 if (_packetLoss == 3) { in SendData()
114 _packetLoss = 0; in SendData()
237 _packetLoss(0), in Channel()
DChannel.h116 int16_t _packetLoss; variable