OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recording_filename
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_test.cc
43
std::string
recording_filename
=
46
TEST_LOG("Recording to %s for 3 seconds.\n",
recording_filename
.c_str());
47
EXPECT_EQ(0, voe_file_->StartRecordingMicrophone(
recording_filename
.c_str()));
51
TEST_LOG("Playing back %s.\n",
recording_filename
.c_str());
53
channel_,
recording_filename
.c_str()));
67
std::string
recording_filename
=
local
70
TEST_LOG("Recording playout to %s.\n",
recording_filename
.c_str());
72
channel_,
recording_filename
.c_str(), &send_codec));
78
channel_,
recording_filename
.c_str(), true, false,
Completed in 105 milliseconds