Prepare to compile ACM1 and ACM2.

ACM1 code is wrapped in namespace acm1. Inculde paths and define guards of ACM2 source codes are corrected. gypi file of ACM2 is changed so that ACM1 will later on depends on ACM2.

BUG=
R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2206004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4743 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
turaj@webrtc.org
2013-09-13 23:06:59 +00:00
parent bc189fb3b9
commit 48af652ea5
117 changed files with 461 additions and 333 deletions

View File

@ -29,6 +29,7 @@ class OpusTest : public ACMTest {
~OpusTest();
void Perform();
private:
void Run(TestPackStereo* channel, int channels, int bitrate, int frame_length,
int percent_loss = 0);
@ -44,7 +45,7 @@ class OpusTest : public ACMTest {
int counter_;
uint8_t payload_type_;
int rtp_timestamp_;
ACMResampler resampler_;
acm1::ACMResampler resampler_;
WebRtcOpusEncInst* opus_mono_encoder_;
WebRtcOpusEncInst* opus_stereo_encoder_;
WebRtcOpusDecInst* opus_mono_decoder_;