OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:my_tolerance
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
dual_stream_unittest.cc
277
int
my_tolerance
= stream_index == kPrimary ? 0 : tolerance;
local
284
EXPECT_LE(EqualPayloadLength(stream_index, position),
my_tolerance
);
local
285
if (
my_tolerance
== 0)
Completed in 121 milliseconds