Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_impl.cc371 GetOrCreateStatistician(packet.Ssrc())->UpdateCounters(packet); in OnRtpPacket()
382 StreamStatisticianImplInterface* ReceiveStatisticsImpl::GetOrCreateStatistician( in GetOrCreateStatistician() function in webrtc::ReceiveStatisticsImpl
404 GetOrCreateStatistician(ssrc)->SetMaxReorderingThreshold( in SetMaxReorderingThreshold()
410 GetOrCreateStatistician(ssrc)->EnableRetransmitDetection(enable); in EnableRetransmitDetection()
Dreceive_statistics_impl.h190 StreamStatisticianImplInterface* GetOrCreateStatistician(uint32_t ssrc);