OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_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) {
79
int
_packetLoss
;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Channel.h
112
int16_t
_packetLoss
;
Channel.cc
106
_packetLoss
+= 1;
107
if (
_packetLoss
== 3) {
108
_packetLoss
= 0;
220
_packetLoss
(0),
Completed in 44 milliseconds