Revert "Activate ACM test for Android in modules_tests." (rev5364).
TBR=turaj@webrtc.org,tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6999006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5372 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -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.
|
||||
void RegisterSendCodec(char side, char* codecName,
|
||||
int32_t sampFreqHz = -1);
|
||||
int16_t 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);
|
||||
|
||||
Reference in New Issue
Block a user