Home
last modified time | relevance | path

Searched refs:SetGenericFECStatus (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.h67 int32_t SetGenericFECStatus(const bool enable,
Drtp_sender_video.cc222 int32_t RTPSenderVideo::SetGenericFECStatus(const bool enable, in SetGenericFECStatus() function in webrtc::RTPSenderVideo
Drtp_rtcp_impl.h313 virtual int32_t SetGenericFECStatus(
Drtp_sender.h259 int32_t SetGenericFECStatus(const bool enable,
Drtp_rtcp_impl.cc1107 int32_t ModuleRtpRtcpImpl::SetGenericFECStatus( in SetGenericFECStatus() function in webrtc::ModuleRtpRtcpImpl
1111 return rtp_sender_.SetGenericFECStatus(enable, in SetGenericFECStatus()
Drtp_sender.cc1595 int32_t RTPSender::SetGenericFECStatus( in SetGenericFECStatus() function in webrtc::RTPSender
1601 return video_->SetGenericFECStatus(enable, payload_type_red, in SetGenericFECStatus()
Drtp_sender_unittest.cc996 rtp_sender_->SetGenericFECStatus(true, kRedPayloadType, kUlpfecPayloadType); in TEST_F()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dmedia_opt_test.cc243 _rtp->SetGenericFECStatus(_nackFecEnabled, VCM_RED_PAYLOAD_TYPE, in GeneralSetup()
246 _rtp->SetGenericFECStatus(_fecEnabled, VCM_RED_PAYLOAD_TYPE, in GeneralSetup()
Dmt_rx_tx_test.cc195 TEST(rtp->SetGenericFECStatus(fecEnabled, VCM_RED_PAYLOAD_TYPE, in MTRxTxTest()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h700 virtual int32_t SetGenericFECStatus(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h250 MOCK_METHOD3(SetGenericFECStatus,
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_channel.cc322 rtp_rtcp->SetGenericFECStatus( in SetSendCodec()
632 if (rtp_rtcp_->SetGenericFECStatus(enable, payload_typeRED, in ProcessFECRequest()
641 rtp_rtcp->SetGenericFECStatus(enable, payload_typeRED, payload_typeFEC); in ProcessFECRequest()