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

  /external/webrtc/webrtc/modules/audio_coding/test/
APITest.h 157 int _testNumA;
APITest.cc 87 _testNumA(0),
354 fprintf(stderr, "%d %d\n", _testNumA, _testNumB);
421 _testNumA = (_testNumB + 1 + (rand() % 3)) % 4;
422 testNum = _testNumA;
434 _testNumB = (_testNumA + 1 + (rand() % 3)) % 4;

Completed in 45 milliseconds