Home
last modified time | relevance | path

Searched refs:rtp_rtcp_modules_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_channel.cc123 rtp_rtcp_modules_( in ViEChannel()
140 vie_receiver_.SetRtpRtcpModule(rtp_rtcp_modules_[0]); in ViEChannel()
149 module_process_thread_->RegisterModule(rtp_rtcp_modules_[0]); in Init()
151 rtp_rtcp_modules_[0]->SetKeyFrameRequestMethod(kKeyFrameReqPliRtcp); in Init()
153 for (RtpRtcp* rtp_rtcp : rtp_rtcp_modules_) in Init()
156 packet_router_->AddRtpModule(rtp_rtcp_modules_[0]); in Init()
158 std::list<RtpRtcp*> send_rtp_modules(1, rtp_rtcp_modules_[0]); in Init()
185 packet_router_->RemoveRtpModule(rtp_rtcp_modules_[i]); in ~ViEChannel()
186 for (RtpRtcp* rtp_rtcp : rtp_rtcp_modules_) { in ~ViEChannel()
260 if (rtp_rtcp_modules_[0]->RtxSendStatus() != kRtxOff) { in UpdateHistograms()
[all …]
Dvie_channel.h448 const std::vector<RtpRtcp*> rtp_rtcp_modules_; variable