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.cc318 GetOrCreateStatistician(packet.Ssrc())->UpdateCounters(packet); in OnRtpPacket()
330 StreamStatisticianImpl* ReceiveStatisticsImpl::GetOrCreateStatistician( in GetOrCreateStatistician() function in webrtc::ReceiveStatisticsImpl
356 GetOrCreateStatistician(ssrc)->SetMaxReorderingThreshold( in SetMaxReorderingThreshold()
362 GetOrCreateStatistician(ssrc)->EnableRetransmitDetection(enable); in EnableRetransmitDetection()
Dreceive_statistics_impl.h123 StreamStatisticianImpl* GetOrCreateStatistician(uint32_t ssrc);