Home
last modified time | relevance | path

Searched refs:RtpSenderContext (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h276 struct RtpSenderContext : public SequenceNumberAssigner { struct
277 explicit RtpSenderContext(const RtpRtcpInterface::Configuration& config);
302 std::unique_ptr<RtpSenderContext> rtp_sender_; argument
Drtp_rtcp_impl.h316 struct RtpSenderContext { struct
317 explicit RtpSenderContext(const RtpRtcpInterface::Configuration& config);
334 std::unique_ptr<RtpSenderContext> rtp_sender_; argument
Drtp_sender_unittest.cc247 struct RtpSenderContext : public SequenceNumberAssigner { struct
248 RtpSenderContext(const RtpRtcpInterface::Configuration& config, in RtpSenderContext() argument
374 std::make_unique<RtpSenderContext>(config, &time_controller_); in SetUpRtpSender()
388 std::unique_ptr<RtpSenderContext> rtp_sender_context_;
565 std::make_unique<RtpSenderContext>(config, &time_controller_); in TEST_P()
616 std::make_unique<RtpSenderContext>(config, &time_controller_); in TEST_P()
652 std::make_unique<RtpSenderContext>(config, &time_controller_); in TEST_P()
692 std::make_unique<RtpSenderContext>(config, &time_controller_); in TEST_P()
746 std::make_unique<RtpSenderContext>(config, &time_controller_); in TEST_P()
837 std::make_unique<RtpSenderContext>(config, &time_controller_); in TEST_P()
[all …]
Drtp_rtcp_impl2.cc41 ModuleRtpRtcpImpl2::RtpSenderContext::RtpSenderContext( in RtpSenderContext() function in webrtc::ModuleRtpRtcpImpl2::RtpSenderContext
50 void ModuleRtpRtcpImpl2::RtpSenderContext::AssignSequenceNumber( in AssignSequenceNumber()
72 rtp_sender_ = std::make_unique<RtpSenderContext>(configuration); in ModuleRtpRtcpImpl2()
Drtp_rtcp_impl.cc41 ModuleRtpRtcpImpl::RtpSenderContext::RtpSenderContext( in RtpSenderContext() function in webrtc::ModuleRtpRtcpImpl::RtpSenderContext
74 rtp_sender_ = std::make_unique<RtpSenderContext>(configuration); in ModuleRtpRtcpImpl()