Searched defs:file_stream_b (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DiSACTest.cc267 std::stringstream file_stream_b; local
269 file_stream_b << webrtc::test::OutputPath();
271 file_stream_b << "out_iSACTest_B_" << testNr << ".pcm";
274 file_name_out = file_stream_b.str();
335 std::stringstream file_stream_b; local
337 file_stream_b << webrtc::test::OutputPath();
339 file_stream_b << "out_iSACTest_B_" << testNr << ".pcm";
342 file_name_out = file_stream_b.str();

Completed in 79 milliseconds