Searched refs:SetGenericFECStatus (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_video.h | 67 int32_t SetGenericFECStatus(const bool enable,
|
D | rtp_sender_video.cc | 222 int32_t RTPSenderVideo::SetGenericFECStatus(const bool enable, in SetGenericFECStatus() function in webrtc::RTPSenderVideo
|
D | rtp_rtcp_impl.h | 313 virtual int32_t SetGenericFECStatus(
|
D | rtp_sender.h | 259 int32_t SetGenericFECStatus(const bool enable,
|
D | rtp_rtcp_impl.cc | 1107 int32_t ModuleRtpRtcpImpl::SetGenericFECStatus( in SetGenericFECStatus() function in webrtc::ModuleRtpRtcpImpl 1111 return rtp_sender_.SetGenericFECStatus(enable, in SetGenericFECStatus()
|
D | rtp_sender.cc | 1595 int32_t RTPSender::SetGenericFECStatus( in SetGenericFECStatus() function in webrtc::RTPSender 1601 return video_->SetGenericFECStatus(enable, payload_type_red, in SetGenericFECStatus()
|
D | rtp_sender_unittest.cc | 996 rtp_sender_->SetGenericFECStatus(true, kRedPayloadType, kUlpfecPayloadType); in TEST_F()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
D | media_opt_test.cc | 243 _rtp->SetGenericFECStatus(_nackFecEnabled, VCM_RED_PAYLOAD_TYPE, in GeneralSetup() 246 _rtp->SetGenericFECStatus(_fecEnabled, VCM_RED_PAYLOAD_TYPE, in GeneralSetup()
|
D | mt_rx_tx_test.cc | 195 TEST(rtp->SetGenericFECStatus(fecEnabled, VCM_RED_PAYLOAD_TYPE, in MTRxTxTest()
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
D | rtp_rtcp.h | 700 virtual int32_t SetGenericFECStatus(
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 250 MOCK_METHOD3(SetGenericFECStatus,
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_channel.cc | 322 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()
|