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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.h 29 _packetLoss(0),
44 _packetLoss = n;
48 if (_packetLoss > 0) {
49 if ((_count % _packetLoss) == 0) {
81 int _packetLoss;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Channel.h 113 int16_t _packetLoss;
Channel.cc 106 _packetLoss += 1;
107 if (_packetLoss == 3) {
108 _packetLoss = 0;
220 _packetLoss(0),

Completed in 47 milliseconds