OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secPassed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TwoWayCommunication.cc
268
unsigned int
secPassed
= 0;
323
secPassed
++;
327
if (((
secPassed
% 5) == 4) && (msecPassed == 0)) {
334
if (((
secPassed
% 5) == 4) && (msecPassed >= 990)) {
341
if (((
secPassed
% 7) == 6) && (msecPassed == 0)) {
346
if (((
secPassed
% 7) == 6) && (msecPassed >= 990)) {
TestRedFec.cc
298
uint32_t
secPassed
= 0;
310
secPassed
++;
313
if (((
secPassed
% 5) == 4) && (msecPassed == 0) && (_testCntr > 14)) {
316
if (((
secPassed
% 5) == 4) && (msecPassed >= 990) && (_testCntr > 14)) {
Completed in 174 milliseconds