Delete AudioDecoder method IncomingPacket
Only the ISAC codec had an non-trivial implementation, for its unused adaptive mode. This cl deletes that implementation, and the call from NetEq, and the interface method. Bug: webrtc:10098 Change-Id: Iaf7667e0ae867fc9d64286dff4c01a8ce0b6e2a4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/153882 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29279}
This commit is contained in:
@ -973,10 +973,6 @@ TEST_F(AcmReceiverBitExactnessOldApi, 48kHzOutputExternalDecoder) {
|
||||
fact_(CreateBuiltinAudioDecoderFactory()) {
|
||||
// Set expectations on the mock decoder and also delegate the calls to
|
||||
// the real decoder.
|
||||
EXPECT_CALL(*mock_decoder_, IncomingPacket(_, _, _, _, _))
|
||||
.Times(AtLeast(1))
|
||||
.WillRepeatedly(
|
||||
Invoke(&pcmu_decoder_, &AudioDecoderPcmU::IncomingPacket));
|
||||
EXPECT_CALL(*mock_decoder_, SampleRateHz())
|
||||
.Times(AtLeast(1))
|
||||
.WillRepeatedly(
|
||||
|
||||
Reference in New Issue
Block a user