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

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DiSACTest.cc266 std::stringstream file_stream_a; local
268 file_stream_a << webrtc::test::OutputPath();
270 file_stream_a << "out_iSACTest_A_" << testNr << ".pcm";
272 file_name_out = file_stream_a.str();
334 std::stringstream file_stream_a; local
336 file_stream_a << webrtc::test::OutputPath();
338 file_stream_a << "out_iSACTest_A_" << testNr << ".pcm";
340 file_name_out = file_stream_a.str();

Completed in 47 milliseconds