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

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

Completed in 160 milliseconds