Searched refs:SetFECStatus (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.h43 virtual int SetFECStatus(int channel, bool enable);
H A Dvoe_codec_impl.cc298 int VoECodecImpl::SetFECStatus(int channel, bool enable) { function in class:webrtc::VoECodecImpl
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_codec.h107 // TODO(minyue): Make SetFECStatus() pure virtual when fakewebrtcvoiceengine
109 virtual int SetFECStatus(int channel, bool enable) { return -1; } function in class:webrtc::VoECodec
H A Dvoe_rtp_rtcp.h218 // TODO(minyue): Remove SetFECStatus() when SetFECStatus() is replaced by
220 virtual int SetFECStatus( function in class:webrtc::VoERTP_RTCP
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_rtp_rtcp_impl.h69 virtual int SetFECStatus(const int video_channel, const bool enable,
H A Dvie_channel.h114 int32_t SetFECStatus(const bool enable,
H A Dvie_rtp_rtcp_impl.cc411 int ViERTP_RTCPImpl::SetFECStatus(const int video_channel, const bool enable, function in class:webrtc::ViERTP_RTCPImpl
424 if (vie_channel->SetFECStatus(enable, payload_typeRED,
H A Dvie_channel.cc566 SetFECStatus(false, 0, 0);
617 int32_t ViEChannel::SetFECStatus(const bool enable, function in class:webrtc::ViEChannel
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h211 virtual int SetFECStatus(const int video_channel,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h638 WEBRTC_FUNC(SetFECStatus, (int channel, bool enable)) {
985 return SetFECStatus(channel, enable, redPayloadtype);
990 WEBRTC_FUNC(SetFECStatus, (int channel, bool enable, int redPayloadtype)) {
H A Dwebrtcvoiceengine.cc2035 engine()->voe()->codec()->SetFECStatus(channel, false);
2038 engine()->voe()->rtp()->SetFECStatus(channel, false);
2091 if (engine()->voe()->rtp()->SetFECStatus(channel, true, it->id) == -1) {
2092 LOG_RTCERR3(SetFECStatus, channel, true, it->id);
2129 if (engine()->voe()->codec()->SetFECStatus(channel, true) == -1) {
2131 LOG_RTCERR2(SetFECStatus, channel, true);
H A Dfakewebrtcvideoengine.h1060 WEBRTC_STUB(SetFECStatus, (const int, const bool, const unsigned char,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_loopback.cc473 error = ptrViERtpRtcp->SetFECStatus(videoChannel,
H A Dvie_autotest_rtp_rtcp.cc402 EXPECT_EQ(0, ViE.rtp_rtcp->SetFECStatus(
420 EXPECT_EQ(0, ViE.rtp_rtcp->SetFECStatus(
H A Dvie_autotest_custom_call.cc1409 error = vie_rtp_rtcp->SetFECStatus(video_channel, false,
1427 error = vie_rtp_rtcp->SetFECStatus(video_channel, true,
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream.cc169 rtp_rtcp_->SetFECStatus(

Completed in 1840 milliseconds