Searched refs:WebRtcOpus_SetComplexity (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 390 EXPECT_EQ(-1, WebRtcOpus_SetComplexity(opus_encoder_, 9)); in TEST_P() 397 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, 0)); in TEST_P() 398 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, 10)); in TEST_P() 399 EXPECT_EQ(-1, WebRtcOpus_SetComplexity(opus_encoder_, 11)); in TEST_P()
|
D | opus_interface.h | 196 int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity);
|
D | opus_speed_test.cc | 90 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, complexity)); \
|
D | audio_encoder_opus.cc | 243 RTC_CHECK_EQ(0, WebRtcOpus_SetComplexity(inst_, config.complexity)); in RecreateEncoderInstance()
|
D | opus_interface.c | 243 int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity) { in WebRtcOpus_SetComplexity() function
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | opus_test.cc | 233 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_mono_encoder_, kOpusComplexity5)); in Run() 234 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_stereo_encoder_, in Run()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_opus_quality_test.cc | 162 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, complexity_)); in SetUp()
|