Home
last modified time | relevance | path

Searched refs:SetRtxSendPayloadType (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h244 virtual void SetRtxSendPayloadType(int payload_type,
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h105 MOCK_METHOD2(SetRtxSendPayloadType, void(int, int));
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h94 void SetRtxSendPayloadType(int payload_type,
Dnack_rtx_unittest.cc209 rtp_rtcp_module_->SetRtxSendPayloadType(kRtxPayloadType, kPayloadType); in SetUp()
Drtp_rtcp_impl.cc213 void ModuleRtpRtcpImpl::SetRtxSendPayloadType(int payload_type, in SetRtxSendPayloadType() function in webrtc::ModuleRtpRtcpImpl
/external/webrtc/webrtc/video/
Dvie_channel.h129 int SetRtxSendPayloadType(int payload_type, int associated_payload_type);
Dvie_channel.cc693 int ViEChannel::SetRtxSendPayloadType(int payload_type, in SetRtxSendPayloadType() function in webrtc::ViEChannel
696 rtp_rtcp->SetRtxSendPayloadType(payload_type, associated_payload_type); in SetRtxSendPayloadType()
Dvideo_send_stream.cc495 vie_channel_->SetRtxSendPayloadType(config_.rtp.rtx.payload_type, in ConfigureSsrcs()