Removed unused API functions in AudioProcessing and AudioProcessingModule

BUG=

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

Cr-Commit-Position: refs/heads/master@{#10138}
This commit is contained in:
peah
2015-10-01 23:58:13 -07:00
committed by Commit bot
parent 5629a1dba2
commit 5aaa9b4fe4
5 changed files with 0 additions and 48 deletions

View File

@ -902,7 +902,6 @@ TEST_F(ApmTest, SampleRatesInt) {
for (size_t i = 0; i < sizeof(fs) / sizeof(*fs); i++) {
SetContainerFormat(fs[i], 2, frame_, &float_cb_);
EXPECT_NOERR(ProcessStreamChooser(kIntFormat));
EXPECT_EQ(fs[i], apm_->input_sample_rate_hz());
}
}