Searched refs:_rtpRtcpModule (Results 1 – 3 of 3) sorted by relevance
266 _rtpRtcpModule->SetAudioLevel(rms_level_.RMS()); in SendData()272 if (_rtpRtcpModule->SendOutgoingData((FrameType&)frameType, in SendData()409 _rtpRtcpModule->SetRemoteSSRC(ssrc); in OnIncomingSSRCChanged()495 _rtpRtcpModule->RTT(rtp_receiver_->SSRC(), &round_trip_time, in OnReceivedPayloadData()926 _rtpRtcpModule.reset(RtpRtcp::CreateRtpRtcp(configuration)); in Channel()928 statistics_proxy_.reset(new StatisticsProxy(_rtpRtcpModule->SSRC())); in Channel()998 _moduleProcessThreadPtr->DeRegisterModule(_rtpRtcpModule.get()); in ~Channel()1029 _moduleProcessThreadPtr->RegisterModule(_rtpRtcpModule.get()); in Init()1049 _rtpRtcpModule->SetRTCPStatus(RtcpMode::kCompound); in Init()1106 if ((_rtpRtcpModule->RegisterSendPayload(codec) == -1) || in Init()[all …]
441 return _rtpRtcpModule.get(); in RtpRtcpModulePtr()512 rtc::scoped_ptr<RtpRtcp> _rtpRtcpModule; variable
32 _rtpRtcpModule = module; in SetModule()50 RtpRtcp* _rtpRtcpModule; member in webrtc::__anonb6bb32080111::RtcpCallback