Home
last modified time | relevance | path

Searched refs:_testNumA (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
DAPITest.cc87 _testNumA(0), in APITest()
354 fprintf(stderr, "%d %d\n", _testNumA, _testNumB); in PullAudioRunB()
421 _testNumA = (_testNumB + 1 + (rand() % 3)) % 4; in RunTest()
422 testNum = _testNumA; in RunTest()
434 _testNumB = (_testNumA + 1 + (rand() % 3)) % 4; in RunTest()
DAPITest.h157 int _testNumA; variable