Activate ACM test for Android in modules_tests.

TEST=local on Nexus 7.
R=tina.legrand@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5364 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
turaj@webrtc.org
2014-01-10 22:35:09 +00:00
parent f777cf2547
commit 7cc64b3747
5 changed files with 293 additions and 48 deletions

View File

@ -30,8 +30,8 @@ class TestFEC : public ACMTest {
// The default value of '-1' indicates that the registration is based only on
// codec name and a sampling frequency matching is not required. This is
// useful for codecs which support several sampling frequency.
int16_t RegisterSendCodec(char side, char* codecName,
int32_t sampFreqHz = -1);
void RegisterSendCodec(char side, char* codecName,
int32_t sampFreqHz = -1);
void Run();
void OpenOutFile(int16_t testNumber);
int32_t SetVAD(bool enableDTX, bool enableVAD, ACMVADMode vadMode);