/external/webrtc/webrtc/modules/audio_coding/test/ |
D | TestRedFec.cc | 93 EXPECT_EQ(0, _acmA->SetREDStatus(true)); in Perform() 125 EXPECT_EQ(0, _acmA->SetREDStatus(false)); in Perform() 129 EXPECT_EQ(0, _acmA->SetREDStatus(true)); in Perform() 132 EXPECT_EQ(-1, _acmA->SetREDStatus(true)); in Perform() 149 EXPECT_EQ(0, _acmA->SetREDStatus(false)); in Perform() 155 EXPECT_EQ(0, _acmA->SetREDStatus(true)); in Perform() 158 EXPECT_EQ(-1, _acmA->SetREDStatus(true)); in Perform() 177 EXPECT_EQ(0, _acmA->SetREDStatus(false)); in Perform() 183 EXPECT_EQ(0, _acmA->SetREDStatus(true)); in Perform() 186 EXPECT_EQ(-1, _acmA->SetREDStatus(true)); in Perform() [all …]
|
D | delay_test.cc | 159 ASSERT_EQ(0, acm_a_->SetREDStatus(config.fec)) << in ConfigAcm()
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_rtp_rtcp_impl.h | 75 int SetREDStatus(int channel, bool enable, int redPayloadtype = -1) override;
|
D | voe_rtp_rtcp_impl.cc | 363 int VoERTP_RTCPImpl::SetREDStatus(int channel, in SetREDStatus() function in webrtc::VoERTP_RTCPImpl 381 return channelPtr->SetREDStatus(enable, redPayloadtype); in SetREDStatus()
|
D | channel.h | 354 int SetREDStatus(bool enable, int redPayloadtype);
|
D | channel.cc | 3260 int Channel::SetREDStatus(bool enable, int redPayloadtype) { in SetREDStatus() function in webrtc::voe::Channel 3280 if (audio_coding_->SetREDStatus(enable) != 0) { in SetREDStatus()
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_rtp_rtcp.h | 193 virtual int SetREDStatus(int channel, bool enable, int redPayloadtype = -1) {
|
/external/webrtc/webrtc/modules/audio_coding/include/ |
D | audio_coding_module.h | 297 virtual int32_t SetREDStatus(bool enable_red) = 0;
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_impl.h | 73 int SetREDStatus(bool enable_red) override;
|
D | audio_coding_module_impl.cc | 453 int AudioCodingModuleImpl::SetREDStatus(bool enable_red) { in SetREDStatus() function in webrtc::acm2::AudioCodingModuleImpl
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 296 MOCK_METHOD3(SetREDStatus, int(int channel, bool enable, int redPayloadtype));
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine.cc | 1474 engine()->voe()->rtp()->SetREDStatus(channel, false); in SetSendCodecs() 1517 if (engine()->voe()->rtp()->SetREDStatus(channel, true, codec.id) == -1) { in SetSendCodecs() 1518 LOG_RTCERR3(SetREDStatus, channel, true, codec.id); in SetSendCodecs()
|
D | fakewebrtcvoiceengine.h | 632 WEBRTC_FUNC(SetREDStatus, (int channel, bool enable, int redPayloadtype)) {
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 469 res = rtp_rtcp->SetREDStatus(chan, true, cinst.pltype); in RunTest()
|