OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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