Home
last modified time | relevance | path

Searched refs:play_filename (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc256 const std::string play_filename = out_path + "recorded_playout.pcm"; in RunTest() local
665 printf("\n Start recording playout as %s \n", play_filename.c_str()); in RunTest()
666 res = file->StartRecordingPlayout(chan, play_filename.c_str()); in RunTest()
686 printf("\n 2. Play %s", play_filename.c_str()); in RunTest()
696 play_filename.c_str()); in RunTest()
697 res = file->StartPlayingFileLocally(chan, play_filename.c_str(), in RunTest()
712 printf("\n 2. Play %s", play_filename.c_str()); in RunTest()
723 play_filename.c_str()); in RunTest()
724 res = file->StartPlayingFileAsMicrophone(chan, play_filename.c_str(), in RunTest()