Searched refs:SetRtxSendPayloadType (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp.h | 244 virtual void SetRtxSendPayloadType(int payload_type,
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 105 MOCK_METHOD2(SetRtxSendPayloadType, void(int, int));
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl.h | 94 void SetRtxSendPayloadType(int payload_type,
|
D | nack_rtx_unittest.cc | 209 rtp_rtcp_module_->SetRtxSendPayloadType(kRtxPayloadType, kPayloadType); in SetUp()
|
D | rtp_rtcp_impl.cc | 213 void ModuleRtpRtcpImpl::SetRtxSendPayloadType(int payload_type, in SetRtxSendPayloadType() function in webrtc::ModuleRtpRtcpImpl
|
/external/webrtc/webrtc/video/ |
D | vie_channel.h | 129 int SetRtxSendPayloadType(int payload_type, int associated_payload_type);
|
D | vie_channel.cc | 693 int ViEChannel::SetRtxSendPayloadType(int payload_type, in SetRtxSendPayloadType() function in webrtc::ViEChannel 696 rtp_rtcp->SetRtxSendPayloadType(payload_type, associated_payload_type); in SetRtxSendPayloadType()
|
D | video_send_stream.cc | 495 vie_channel_->SetRtxSendPayloadType(config_.rtp.rtx.payload_type, in ConfigureSsrcs()
|