Searched refs:WebRtcOpus_SetComplexity (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/audio_coding/test/ |
D | opus_test.cc | 231 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_mono_encoder_, kOpusComplexity5)); in Run() 233 WebRtcOpus_SetComplexity(opus_stereo_encoder_, kOpusComplexity5)); in Run()
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_interface.h | 273 int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity);
|
D | opus_speed_test.cc | 95 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, complexity)); \
|
D | opus_unittest.cc | 567 EXPECT_EQ(-1, WebRtcOpus_SetComplexity(opus_encoder_, 9)); in TEST_P() 573 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, 0)); in TEST_P() 574 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, 10)); in TEST_P() 575 EXPECT_EQ(-1, WebRtcOpus_SetComplexity(opus_encoder_, 11)); in TEST_P()
|
D | audio_encoder_opus.cc | 688 RTC_CHECK_EQ(0, WebRtcOpus_SetComplexity(inst_, complexity_)); in RecreateEncoderInstance() 752 RTC_CHECK_EQ(0, WebRtcOpus_SetComplexity(inst_, complexity_)); in SetTargetBitrate()
|
D | audio_encoder_multi_channel_opus_impl.cc | 211 0, WebRtcOpus_SetComplexity(inst_, AudioEncoderOpusConfig().complexity)); in RecreateEncoderInstance()
|
D | opus_interface.cc | 335 int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity) { in WebRtcOpus_SetComplexity() function
|
/external/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_opus_quality_test.cc | 132 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, complexity_)); in SetUp()
|