HomeSort by relevance Sort by last modified time
    Searched refs:out_file_a (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TwoWayCommunication.cc 132 std::string out_file_a = webrtc::test::OutputPath() + "outA.pcm"; local
133 printf("Output file at side A: %s\n", out_file_a.c_str());
135 _outFileA.Open(out_file_a, frequencyHz, "wb");
APITest.cc 222 std::string out_file_a = webrtc::test::OutputPath() + "outA.pcm"; local
223 printf("Enter output file at side A [%s]: ", out_file_a.c_str());
224 PCMFile::ChooseFile(&out_file_a, 499, &frequencyHz);
225 _outFileA.Open(out_file_a, frequencyHz, "wb");
    [all...]

Completed in 77 milliseconds