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

Unified Diff: webrtc/modules/audio_processing/echo_control_mobile_impl.h

Issue 1454683002: Fixed the render queue item size preallocation and verification, moved constant declarations, remov… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Merge with latest changes in master Created 5 years, 1 month 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/modules/audio_processing/echo_control_mobile_impl.h
diff --git a/webrtc/modules/audio_processing/echo_control_mobile_impl.h b/webrtc/modules/audio_processing/echo_control_mobile_impl.h
index 87c5376d68f0c9fef8d12e4631cf35e94c2ec556..8bfa1d73d11c5ba2ec4cc6d64f465a8ae8c18a7d 100644
--- a/webrtc/modules/audio_processing/echo_control_mobile_impl.h
+++ b/webrtc/modules/audio_processing/echo_control_mobile_impl.h
@@ -43,12 +43,6 @@ class EchoControlMobileImpl : public EchoControlMobile,
void ReadQueuedRenderData();
private:
- static const size_t kAllowedValuesOfSamplesPerFrame1 = 80;
- static const size_t kAllowedValuesOfSamplesPerFrame2 = 160;
- // TODO(peah): Decrease this once we properly handle hugely unbalanced
- // reverse and forward call numbers.
- static const size_t kMaxNumFramesToBuffer = 100;
-
// EchoControlMobile implementation.
int Enable(bool enable) override;
int set_routing_mode(RoutingMode mode) override;
« no previous file with comments | « webrtc/modules/audio_processing/echo_cancellation_impl.cc ('k') | webrtc/modules/audio_processing/echo_control_mobile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698