Home
last modified time | relevance | path

Searched refs:RtxSsrc (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/pacing/
Dpacket_router.cc61 if (absl::optional<uint32_t> rtx_ssrc = rtp_module->RtxSsrc()) { in AddSendRtpModule()
104 if (absl::optional<uint32_t> rtx_ssrc = rtp_module->RtxSsrc()) { in RemoveSendRtpModule()
/external/webrtc/modules/rtp_rtcp/source/deprecated/
Ddeprecated_rtp_sender_egress.h57 absl::optional<uint32_t> RtxSsrc() const { return rtx_ssrc_; } in RtxSsrc() function
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.cc158 absl::optional<uint32_t> ModuleRtpRtcpImpl2::RtxSsrc() const { in RtxSsrc() function in webrtc::ModuleRtpRtcpImpl2
159 return rtp_sender_ ? rtp_sender_->packet_generator.RtxSsrc() : absl::nullopt; in RtxSsrc()
680 rtx_ssrc = rtp_sender_->packet_generator.RtxSsrc(); in OnReceivedRtcpReportBlocks()
Drtp_sender_egress.h66 absl::optional<uint32_t> RtxSsrc() const { return rtx_ssrc_; } in RtxSsrc() function
Drtp_rtcp_impl.cc214 absl::optional<uint32_t> ModuleRtpRtcpImpl::RtxSsrc() const { in RtxSsrc() function in webrtc::ModuleRtpRtcpImpl
215 return rtp_sender_ ? rtp_sender_->packet_generator.RtxSsrc() : absl::nullopt; in RtxSsrc()
773 rtx_ssrc = rtp_sender_->packet_generator.RtxSsrc(); in OnReceivedRtcpReportBlocks()
Drtp_sender.h111 absl::optional<uint32_t> RtxSsrc() const RTC_LOCKS_EXCLUDED(send_mutex_) { in RtxSsrc() function
Drtp_rtcp_impl2.h122 absl::optional<uint32_t> RtxSsrc() const override;
Drtp_rtcp_interface.h240 virtual absl::optional<uint32_t> RtxSsrc() const = 0;
Drtp_rtcp_impl.h113 absl::optional<uint32_t> RtxSsrc() const override;
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h76 MOCK_METHOD(absl::optional<uint32_t>, RtxSsrc, (), (const, override));