Searched refs:RtpSenderContext (Results 1 – 5 of 5) sorted by relevance
276 struct RtpSenderContext : public SequenceNumberAssigner { struct277 explicit RtpSenderContext(const RtpRtcpInterface::Configuration& config);302 std::unique_ptr<RtpSenderContext> rtp_sender_; argument
316 struct RtpSenderContext { struct317 explicit RtpSenderContext(const RtpRtcpInterface::Configuration& config);334 std::unique_ptr<RtpSenderContext> rtp_sender_; argument
247 struct RtpSenderContext : public SequenceNumberAssigner { struct248 RtpSenderContext(const RtpRtcpInterface::Configuration& config, in RtpSenderContext() argument374 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 …]
41 ModuleRtpRtcpImpl2::RtpSenderContext::RtpSenderContext( in RtpSenderContext() function in webrtc::ModuleRtpRtcpImpl2::RtpSenderContext50 void ModuleRtpRtcpImpl2::RtpSenderContext::AssignSequenceNumber( in AssignSequenceNumber()72 rtp_sender_ = std::make_unique<RtpSenderContext>(configuration); in ModuleRtpRtcpImpl2()
41 ModuleRtpRtcpImpl::RtpSenderContext::RtpSenderContext( in RtpSenderContext() function in webrtc::ModuleRtpRtcpImpl::RtpSenderContext74 rtp_sender_ = std::make_unique<RtpSenderContext>(configuration); in ModuleRtpRtcpImpl()