Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1150)

Unified Diff: webrtc/voice_engine/test/auto_test/voe_cpu_test.cc

Issue 2453243003: Remove voe::Channel::StopReceive() and associated logic. (Closed)
Patch Set: comment Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/test/auto_test/voe_cpu_test.cc
diff --git a/webrtc/voice_engine/test/auto_test/voe_cpu_test.cc b/webrtc/voice_engine/test/auto_test/voe_cpu_test.cc
index 9040ba99bb61686cced6fa04e9e65ed55895dce1..093209df402bef380c733490c06ed4feaa963f04 100644
--- a/webrtc/voice_engine/test/auto_test/voe_cpu_test.cc
+++ b/webrtc/voice_engine/test/auto_test/voe_cpu_test.cc
@@ -74,7 +74,6 @@ int VoECpuTest::DoTest() {
CHECK(codec->SetRecPayloadType(channel, isac));
CHECK(codec->SetSendCodec(channel, isac));
- CHECK(base->StartReceive(channel));
CHECK(base->StartPlayout(channel));
CHECK(base->StartSend(channel));
CHECK(file->StartPlayingFileAsMicrophone(channel, _mgr.AudioFilename(),
@@ -92,7 +91,6 @@ int VoECpuTest::DoTest() {
CHECK(base->StopSend(channel));
CHECK(base->StopPlayout(channel));
- CHECK(base->StopReceive(channel));
base->DeleteChannel(channel);
CHECK(base->Terminate());
« no previous file with comments | « webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc ('k') | webrtc/voice_engine/test/auto_test/voe_stress_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698