OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drop_this
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.cc
269
int
drop_this
= rand();
local
270
return (
drop_this
< loss_rate_ * RAND_MAX);
Completed in 50 milliseconds