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

Unified Diff: webrtc/modules/audio_processing/test/aec_dump_based_simulator.h

Issue 2449043008: Added calling of the stream_analog_level api in audioproc_f (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/test/aec_dump_based_simulator.h
diff --git a/webrtc/modules/audio_processing/test/aec_dump_based_simulator.h b/webrtc/modules/audio_processing/test/aec_dump_based_simulator.h
index c3d273cf4aacb2095f85047455bcc9d50496945f..7f98f43b66d1e7b233c24d79117b6d63093b643e 100644
--- a/webrtc/modules/audio_processing/test/aec_dump_based_simulator.h
+++ b/webrtc/modules/audio_processing/test/aec_dump_based_simulator.h
@@ -42,7 +42,8 @@ class AecDumpBasedSimulator final : public AudioProcessingSimulator {
void HandleMessage(const webrtc::audioproc::Stream& msg);
void HandleMessage(const webrtc::audioproc::ReverseStream& msg);
void HandleMessage(const webrtc::audioproc::Config& msg);
- void PrepareProcessStreamCall(const webrtc::audioproc::Stream& msg);
+ void PrepareProcessStreamCall(const webrtc::audioproc::Stream& msg,
+ bool* set_stream_analog_level_called);
void PrepareReverseProcessStreamCall(
const webrtc::audioproc::ReverseStream& msg);
void VerifyProcessStreamBitExactness(const webrtc::audioproc::Stream& msg);
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698