Searched refs:SetRtxSendPayloadType (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 74 MOCK_METHOD(void, SetRtxSendPayloadType, (int, int), (override));
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl2.h | 125 void SetRtxSendPayloadType(int payload_type,
|
D | rtp_rtcp_interface.h | 278 virtual void SetRtxSendPayloadType(int payload_type,
|
D | rtp_rtcp_impl.h | 114 void SetRtxSendPayloadType(int payload_type,
|
D | nack_rtx_unittest.cc | 156 rtp_rtcp_module_->SetRtxSendPayloadType(kRtxPayloadType, kPayloadType); in SetUp()
|
D | rtp_rtcp_impl.cc | 180 void ModuleRtpRtcpImpl::SetRtxSendPayloadType(int payload_type, in SetRtxSendPayloadType() function in webrtc::ModuleRtpRtcpImpl
|
D | rtp_rtcp_impl2.cc | 129 void ModuleRtpRtcpImpl2::SetRtxSendPayloadType(int payload_type, in SetRtxSendPayloadType() function in webrtc::ModuleRtpRtcpImpl2
|
D | rtp_rtcp_impl2_unittest.cc | 1115 sender_.impl_->SetRtxSendPayloadType(kRtxPayloadType, kPayloadType); in TEST_F()
|
/external/webrtc/call/ |
D | rtp_video_sender.cc | 742 stream.rtp_rtcp->SetRtxSendPayloadType(rtp_config_.rtx.payload_type, in ConfigureSsrcs() 750 stream.rtp_rtcp->SetRtxSendPayloadType( in ConfigureSsrcs()
|