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

Unified Diff: webrtc/common_audio/vad/mock/mock_vad.h

Issue 1322973004: Fold AudioEncoderMutable into AudioEncoder (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: review fixes Created 5 years, 3 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/common_audio/vad/include/vad.h ('k') | webrtc/common_audio/vad/vad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_audio/vad/mock/mock_vad.h
diff --git a/webrtc/common_audio/vad/mock/mock_vad.h b/webrtc/common_audio/vad/mock/mock_vad.h
index 7a7de0fa7dfbe003f4037d1d7ddb995f8ebcdfc3..916480a9286cc9209df1a02b4b2c13486a31f878 100644
--- a/webrtc/common_audio/vad/mock/mock_vad.h
+++ b/webrtc/common_audio/vad/mock/mock_vad.h
@@ -27,6 +27,7 @@ class MockVad : public Vad {
enum Activity(const int16_t* audio,
size_t num_samples,
int sample_rate_hz));
+ MOCK_METHOD0(Reset, void());
};
} // namespace webrtc
« no previous file with comments | « webrtc/common_audio/vad/include/vad.h ('k') | webrtc/common_audio/vad/vad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698