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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc 25 _lossRate(0.1),
35 _lossRate(0.1),
45 _lossRate(lossRate),
135 ss << _lossRate;
140 if (_lossProbability != _lossRate)
160 if (_lossProbability != _lossRate)
163 simulatedBitRate = uint32_t(_bitRate / (1 + _lossRate));
packet_loss_test.h 45 // otherwise it is set equal to _lossRate.
47 double _lossRate;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
media_opt_test.cc 83 _lossRate(0.0f),
119 _lossRate = 0.00*255; // no packet loss
133 _lossRate = lossTest;
141 if (rateTest == 0.0) _lossRate = 0.0;
146 if (lossTest == 0.1*255) _lossRate = 0.0; //start at 1%
148 if (lossTest == 0.05*255) _lossRate = 0.1*255; //final loss rate
150 if (lossTest == 0.0) _lossRate = 0.01*255;
151 else _lossRate = lossTest + 0.02*255;
295 _outgoingTransport->SetLossPct(_lossRate);
307 (uint8_t)_lossRate, _rttMS)
    [all...]
media_opt_test.h 80 double _lossRate;

Completed in 1254 milliseconds