• Home
  • Raw
  • Download

Lines Matching refs:rtp_streams_

352       rtp_streams_(CreateRtpStreamSenders(clock,  in RtpVideoSender()
374 RTC_DCHECK_EQ(rtp_config_.ssrcs.size(), rtp_streams_.size()); in RtpVideoSender()
398 for (const RtpStreamSender& stream : rtp_streams_) { in RtpVideoSender()
408 for (const RtpStreamSender& stream : rtp_streams_) { in RtpVideoSender()
417 for (const RtpStreamSender& stream : rtp_streams_) { in RtpVideoSender()
423 for (const RtpStreamSender& stream : rtp_streams_) { in RtpVideoSender()
444 for (const RtpStreamSender& stream : rtp_streams_) { in ~RtpVideoSender()
457 for (const RtpStreamSender& stream : rtp_streams_) { in RegisterProcessThread()
465 for (const RtpStreamSender& stream : rtp_streams_) in DeRegisterProcessThread()
473 const std::vector<bool> active_modules(rtp_streams_.size(), active); in SetActive()
484 RTC_DCHECK_EQ(rtp_streams_.size(), active_modules.size()); in SetActiveModulesLocked()
491 rtp_streams_[i].rtp_rtcp->SetSendingStatus(active_modules[i]); in SetActiveModulesLocked()
493 rtp_streams_[i].rtp_rtcp->SetSendingMediaStatus(active_modules[i]); in SetActiveModulesLocked()
503 return active_ && !rtp_streams_.empty(); in IsActiveLocked()
513 RTC_DCHECK(!rtp_streams_.empty()); in OnEncodedImage()
526 RTC_DCHECK_LT(stream_index, rtp_streams_.size()); in OnEncodedImage()
530 rtp_streams_[stream_index].rtp_rtcp->StartTimestamp(); in OnEncodedImage()
536 if (!rtp_streams_[stream_index].rtp_rtcp->OnSendingRtpFrame( in OnEncodedImage()
547 rtp_streams_[stream_index].rtp_rtcp->ExpectedRetransmissionTimeMs(); in OnEncodedImage()
554 rtp_streams_[stream_index].sender_video->SetVideoStructure( in OnEncodedImage()
560 bool send_result = rtp_streams_[stream_index].sender_video->SendEncodedImage( in OnEncodedImage()
587 if (rtp_streams_.size() == 1) { in OnBitrateAllocationUpdated()
589 rtp_streams_[0].rtp_rtcp->SetVideoBitrateAllocation(bitrate); in OnBitrateAllocationUpdated()
595 for (size_t i = 0; i < rtp_streams_.size(); ++i) { in OnBitrateAllocationUpdated()
599 rtp_streams_[i].rtp_rtcp->SetVideoBitrateAllocation( in OnBitrateAllocationUpdated()
603 rtp_streams_[i].rtp_rtcp->SetVideoBitrateAllocation( in OnBitrateAllocationUpdated()
618 for (size_t i = 0; i < rtp_streams_.size(); ++i) { in GetPacketizationOverheadRate()
619 if (rtp_streams_[i].rtp_rtcp->SendingMedia()) { in GetPacketizationOverheadRate()
621 rtp_streams_[i].sender_video->PacketizationOverheadBps(); in GetPacketizationOverheadRate()
629 for (const RtpStreamSender& stream : rtp_streams_) in DeliverRtcp()
638 RtpRtcpInterface* const rtp_rtcp = rtp_streams_[i].rtp_rtcp.get(); in ConfigureSsrcs()
655 RtpRtcpInterface* const rtp_rtcp = rtp_streams_[i].rtp_rtcp.get(); in ConfigureSsrcs()
663 for (const RtpStreamSender& stream : rtp_streams_) { in ConfigureSsrcs()
671 for (const RtpStreamSender& stream : rtp_streams_) { in ConfigureSsrcs()
685 RTC_DCHECK(rtp_config_.rids.size() >= rtp_streams_.size()); in ConfigureRids()
686 for (size_t i = 0; i < rtp_streams_.size(); ++i) { in ConfigureRids()
687 rtp_streams_[i].rtp_rtcp->SetRid(rtp_config_.rids[i]); in ConfigureRids()
692 for (const RtpStreamSender& stream : rtp_streams_) { in OnNetworkAvailability()
703 RTC_DCHECK_EQ(ssrc, rtp_streams_[i].rtp_rtcp->SSRC()); in GetRtpStates()
704 rtp_states[ssrc] = rtp_streams_[i].rtp_rtcp->GetRtpState(); in GetRtpStates()
708 if (rtp_streams_[i].fec_generator) { in GetRtpStates()
710 rtp_streams_[i].fec_generator->GetRtpState(); in GetRtpStates()
720 rtp_states[ssrc] = rtp_streams_[i].rtp_rtcp->GetRtxState(); in GetRtpStates()
745 for (const RtpStreamSender& stream : rtp_streams_) { in OnTransportOverheadChanged()
756 for (const auto& stream : rtp_streams_) { in OnBitrateUpdated()
840 for (const auto& rtp_stream : rtp_streams_) { in GetSentRtpPacketInfos()
856 for (const RtpStreamSender& stream : rtp_streams_) { in ProtectionRequest()