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

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DiSACTest.cc158 int16_t testNr = 0; local
167 testNr++;
168 EncodeDecode(testNr, wbISACConfig, swbISACConfig);
180 testNr++;
181 EncodeDecode(testNr, wbISACConfig, swbISACConfig);
188 testNr++;
189 EncodeDecode(testNr, wbISACConfig, swbISACConfig);
194 testNr++;
195 EncodeDecode(testNr, wbISACConfig, swbISACConfig);
200 testNr
259 EncodeDecode(int testNr, ACMTestISACConfig& wbISACConfig, ACMTestISACConfig& swbISACConfig) argument
270 file_stream_a << "out_iSACTest_A_" << testNr << ".pcm"; local
271 file_stream_b << "out_iSACTest_B_" << testNr << ".pcm"; local
328 SwitchingSamplingRate(int testNr, int maxSampRateChange) argument
338 file_stream_a << "out_iSACTest_A_" << testNr << ".pcm"; local
339 file_stream_b << "out_iSACTest_B_" << testNr << ".pcm"; local
[all...]
H A DiSACTest.h51 void EncodeDecode(int testNr, ACMTestISACConfig& wbISACConfig,
54 void SwitchingSamplingRate(int testNr, int maxSampRateChange);

Completed in 46 milliseconds