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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
APITest.h 162 int _testNumB;
APITest.cc 96 _testNumB(1) {
366 fprintf(stderr, "%d %d\n", _testNumA, _testNumB);
455 _testNumA = (_testNumB + 1 + (rand() % 4)) % 5;
468 _testNumB = (_testNumA + 1 + (rand() % 4)) % 5;
469 testNum = _testNumB;
    [all...]

Completed in 67 milliseconds