Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/test/
DiSACTest.cc197 int16_t testNr = 0; in Perform() local
206 testNr++; in Perform()
207 EncodeDecode(testNr, wbISACConfig, swbISACConfig); in Perform()
211 testNr++; in Perform()
212 EncodeDecode(testNr, wbISACConfig, swbISACConfig); in Perform()
214 testNr++; in Perform()
215 SwitchingSamplingRate(testNr, 4); in Perform()
232 void ISACTest::EncodeDecode(int testNr, in EncodeDecode() argument
244 file_stream_a << "out_iSACTest_A_" << testNr << ".pcm"; in EncodeDecode()
245 file_stream_b << "out_iSACTest_B_" << testNr << ".pcm"; in EncodeDecode()
[all …]
DiSACTest.h70 void EncodeDecode(int testNr,
74 void SwitchingSamplingRate(int testNr, int maxSampRateChange);