ACM: Move NACK functionality inside NetEq

Negative acknowledgement (NACK) has up to now been implemented in
ACM. But, since NetEq is in charge of the actual packet buffer, it
makes more sense to have the NACK functionlaity in there.

This CL does the following:
- Move nack.{h,cc} and the unit tests from main/acm2 to neteq.
- Move the NACK related code in ACM into NetEq.
- NACK related functions in AcmReceiver are changed to simple
  forwarding APIs.
- Remove unused members in AcmReceiver.
- Remove unused API functions in NetEq.

BUG=webrtc:3520

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

Cr-Commit-Position: refs/heads/master@{#10448}
This commit is contained in:
henrik.lundin
2015-10-29 05:36:24 -07:00
committed by Commit bot
parent a35ae7f507
commit 48ed930975
12 changed files with 140 additions and 171 deletions

View File

@ -108,8 +108,6 @@
'acm2/codec_owner.h',
'acm2/initial_delay_manager.cc',
'acm2/initial_delay_manager.h',
'acm2/nack.cc',
'acm2/nack.h',
'include/audio_coding_module.h',
'include/audio_coding_module_typedefs.h',
],