Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_impl.cc376 const auto& it = statisticians_.find(ssrc); in GetStatistician()
377 if (it == statisticians_.end()) in GetStatistician()
384 std::unique_ptr<StreamStatisticianImplInterface>& impl = statisticians_[ssrc]; in GetOrCreateStatistician()
396 for (auto& statistician : statisticians_) { in SetMaxReorderingThreshold()
422 auto statistician_it = statisticians_.find(media_ssrc); in RtcpReportBlocks()
423 RTC_DCHECK(statistician_it != statisticians_.end()); in RtcpReportBlocks()
H A Dreceive_statistics_impl.h203 statisticians_; variable