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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.cc 216 _burstLength(0),
339 _burstLength = burstLength;
347 if (_burstLength <= 1.0)
349 // Random loss: if _burstLength parameter is not set, or <=1
373 double probTrans10 = 100 * (1.0 / _burstLength);
test_callbacks.h 197 double _burstLength;

Completed in 28 milliseconds