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

Unified Diff: webrtc/test/mock_voice_engine.h

Issue 2672583002: Remove VoEVideoSync interface. (Closed)
Patch Set: rebase Created 3 years, 10 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
« no previous file with comments | « webrtc/test/mock_voe_channel_proxy.h ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/mock_voice_engine.h
diff --git a/webrtc/test/mock_voice_engine.h b/webrtc/test/mock_voice_engine.h
index cd0b7d26a11605ea9215813c397258aa1e1ce4b5..61773043725e69481d66fdeadd6fbe4ad7186bc7 100644
--- a/webrtc/test/mock_voice_engine.h
+++ b/webrtc/test/mock_voice_engine.h
@@ -289,22 +289,6 @@ class MockVoiceEngine : public VoiceEngineImpl {
int(int channel, bool& enable, int& redPayloadtype));
MOCK_METHOD3(SetNACKStatus, int(int channel, bool enable, int maxNoPackets));
- // VoEVideoSync
- MOCK_METHOD1(GetPlayoutBufferSize, int(int& buffer_ms));
- MOCK_METHOD2(SetMinimumPlayoutDelay, int(int channel, int delay_ms));
- MOCK_METHOD3(GetDelayEstimate,
- int(int channel,
- int* jitter_buffer_delay_ms,
- int* playout_buffer_delay_ms));
- MOCK_CONST_METHOD1(GetLeastRequiredDelayMs, int(int channel));
- MOCK_METHOD2(SetInitTimestamp, int(int channel, unsigned int timestamp));
- MOCK_METHOD2(SetInitSequenceNumber, int(int channel, short sequenceNumber));
- MOCK_METHOD2(GetPlayoutTimestamp, int(int channel, unsigned int& timestamp));
- MOCK_METHOD3(GetRtpRtcp,
- int(int channel,
- RtpRtcp** rtpRtcpModule,
- RtpReceiver** rtp_receiver));
-
// VoEVolumeControl
MOCK_METHOD1(SetSpeakerVolume, int(unsigned int volume));
MOCK_METHOD1(GetSpeakerVolume, int(unsigned int& volume));
« no previous file with comments | « webrtc/test/mock_voe_channel_proxy.h ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698