OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_file_b
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TwoWayCommunication.cc
148
std::string
out_file_b
= webrtc::test::OutputPath() + "outB.pcm";
local
149
printf("Output file at side B: %s\n",
out_file_b
.c_str());
151
_outFileB.Open(
out_file_b
, frequencyHz, "wb");
APITest.cc
234
std::string
out_file_b
= webrtc::test::OutputPath() + "outB.pcm";
local
235
printf("Enter output file at side B [%s]: ",
out_file_b
.c_str());
236
PCMFile::ChooseFile(&
out_file_b
, 499, &frequencyHz);
237
_outFileB.Open(
out_file_b
, frequencyHz, "wb");
[
all
...]
Completed in 38 milliseconds