Searched refs:OpusTest (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A Dopus_test.h26 class OpusTest : public ACMTest { class in namespace:webrtc
28 OpusTest();
29 ~OpusTest();
H A Dopus_test.cc29 OpusTest::OpusTest() function in class:webrtc::OpusTest
36 OpusTest::~OpusTest() {
59 void OpusTest::Perform() {
208 void OpusTest::Run(TestPackStereo* channel, size_t channels, int bitrate,
368 void OpusTest::OpenOutFile(int test_number) {
H A DTester.cc135 webrtc::OpusTest().Perform();
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc35 class OpusTest : public TestWithParam<::testing::tuple<int, int>> { class in namespace:webrtc
37 OpusTest();
71 OpusTest::OpusTest() function in class:webrtc::OpusTest
79 void OpusTest::PrepareSpeechData(size_t channel, int block_length_ms,
93 void OpusTest::SetMaxPlaybackRate(WebRtcOpusEncInst* encoder,
103 void OpusTest::CheckAudioBounded(const int16_t* audio, size_t samples,
113 int OpusTest::EncodeDecode(WebRtcOpusEncInst* encoder,
134 void OpusTest::TestDtxEffect(bool dtx, int block_length_ms) {
297 TEST(OpusTest, OpusCreateFai
[all...]

Completed in 98 milliseconds