3258db26ed7cedd20e1e21aca70d8304c7cef218

This patch tests separate iSAC encoder and decoder in more cases (32 kHz in addition to 16 kHz, and 30 ms adaptive and 60 ms nonadaptive). In order to handle 32 kHz adaptive, the decoder needs to be told of the encoder's sample rate (16 kHz worked already because that's the default). And since we can't set the encoder's frame size without also setting its bit rate, we need a way to set the decoder's bit rate as well. It turned out to be way too messy to continue verifying that the bandwidth estimator does something reasonable in all these cases, because it seems it doesn't. So the GetSetBandwidthInfo is now just responsible for ensuring that split encoder/decoder behaves the same as conjoined encoder/decoder; the job of verifying that the bandwidth estimator does its job properly falls on some other test (that doesn't exist yet). Review URL: https://codereview.webrtc.org/1225093005 Cr-Commit-Position: refs/heads/master@{#9583}
Revert of Fix PRESUBMIT.py after disabling CQ. (patchset #1 id:1 of https://codereview.webrtc.org/1192673003/)
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%