Home
last modified time | relevance | path

Searched refs:_rtpRtcpModule (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel.cc266 _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 …]
Dchannel.h441 return _rtpRtcpModule.get(); in RtpRtcpModulePtr()
512 rtc::scoped_ptr<RtpRtcp> _rtpRtcpModule; variable
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc32 _rtpRtcpModule = module; in SetModule()
50 RtpRtcp* _rtpRtcpModule; member in webrtc::__anonb6bb32080111::RtcpCallback