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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc 113 if (_totalKept + _totalThrown > 0)
116 printf("Actual packet loss rate: %.4f\n", (_totalThrown * 1.0f) / (_totalKept + _totalThrown));
149 _totalThrown = 0;
223 _totalThrown += thrown;
packet_loss_test.h 52 int _totalThrown;

Completed in 885 milliseconds