HomeSort by relevance Sort by last modified time
    Searched refs:msecPassed (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TwoWayCommunication.cc 267 unsigned int msecPassed = 0;
287 msecPassed += 10;
321 if (msecPassed >= 1000) {
322 msecPassed = 0;
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 297 uint16_t msecPassed = 0;
307 msecPassed += 10;
308 if (msecPassed >= 1000) {
309 msecPassed = 0;
313 if (((secPassed % 5) == 4) && (msecPassed == 0) && (_testCntr > 14)) {
316 if (((secPassed % 5) == 4) && (msecPassed >= 990) && (_testCntr > 14)) {

Completed in 581 milliseconds