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

/external/webrtc/webrtc/modules/audio_coding/test/
H A DTwoWayCommunication.cc144 std::string out_file_b = webrtc::test::OutputPath() + "outB.pcm"; local
145 printf("Output file at side B: %s\n", out_file_b.c_str());
147 _outFileB.Open(out_file_b, frequencyHz, "wb");
H A DAPITest.cc225 std::string out_file_b = webrtc::test::OutputPath() + "outB.pcm"; local
226 printf("Enter output file at side B [%s]: ", out_file_b.c_str());
227 PCMFile::ChooseFile(&out_file_b, 499, &frequencyHz);
228 _outFileB.Open(out_file_b, frequencyHz, "wb");

Completed in 153 milliseconds