Home
last modified time | relevance | path

Searched refs:rtp_stats_callback_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_impl.cc383 rtp_stats_callback_(NULL) {} in ReceiveStatisticsImpl()
500 assert(rtp_stats_callback_ == NULL); in RegisterRtpStatisticsCallback()
501 rtp_stats_callback_ = callback; in RegisterRtpStatisticsCallback()
507 if (rtp_stats_callback_) { in DataCountersUpdated()
508 rtp_stats_callback_->DataCountersUpdated(stats, ssrc); in DataCountersUpdated()
Dreceive_statistics_impl.h139 StreamDataCountersCallback* rtp_stats_callback_; variable
Drtp_sender.cc161 rtp_stats_callback_(NULL), in RTPSender()
991 if (rtp_stats_callback_) { in UpdateRtpStats()
992 rtp_stats_callback_->DataCountersUpdated(*counters, ssrc); in UpdateRtpStats()
1863 rtp_stats_callback_ = callback; in RegisterRtpStatisticsCallback()
1868 return rtp_stats_callback_; in GetRtpStatisticsCallback()
Drtp_sender.h433 StreamDataCountersCallback* rtp_stats_callback_ GUARDED_BY(statistics_crit_);