OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 49 milliseconds