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:
@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user