Make HighPassFilter not a ProcessingComponent anymore (bit exact).

BUG=webrtc:5298

Review URL: https://codereview.webrtc.org/1490333004

Cr-Commit-Position: refs/heads/master@{#10939}
This commit is contained in:
solenberg
2015-12-08 11:07:32 -08:00
committed by Commit bot
parent 246b8171a6
commit 70f9903e57
4 changed files with 113 additions and 162 deletions

View File

@ -193,6 +193,8 @@ class AudioProcessingImpl : public AudioProcessing {
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
void InitializeIntelligibility()
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
void InitializeHighPassFilter()
EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
int InitializeLocked(const ProcessingConfig& config)
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);