Searched refs:rtp_stats_callback_ (Results 1 – 5 of 5) sorted by relevance
76 rtp_stats_callback_(config.rtp_stats_callback), in DEPRECATED_RtpSenderEgress()467 if (rtp_stats_callback_) { in UpdateRtpStats()468 rtp_stats_callback_->DataCountersUpdated(*counters, packet.Ssrc()); in UpdateRtpStats()
121 StreamDataCountersCallback* const rtp_stats_callback_; variable
108 rtp_stats_callback_(config.rtp_stats_callback), in RtpSenderEgress()573 if (rtp_stats_callback_) { in UpdateRtpStats()574 rtp_stats_callback_->DataCountersUpdated(*counters, packet_ssrc); in UpdateRtpStats()
149 StreamDataCountersCallback* const rtp_stats_callback_; variable
369 config.rtp_stats_callback = &rtp_stats_callback_; in SetUpRtpSender()393 StreamDataTestCallback rtp_stats_callback_; member in webrtc::RtpSenderTest1937 rtp_stats_callback_.Matches(ssrc, expected); in TEST_P()1949 rtp_stats_callback_.Matches(ssrc, expected); in TEST_P()1957 rtp_stats_callback_.Matches(ssrc, expected); in TEST_P()2005 rtp_stats_callback_.Matches(ssrc, expected); in TEST_P()