Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/deprecated/
Ddeprecated_rtp_sender_egress.cc76 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()
Ddeprecated_rtp_sender_egress.h121 StreamDataCountersCallback* const rtp_stats_callback_; variable
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_egress.cc108 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()
Drtp_sender_egress.h149 StreamDataCountersCallback* const rtp_stats_callback_; variable
Drtp_sender_unittest.cc369 config.rtp_stats_callback = &rtp_stats_callback_; in SetUpRtpSender()
393 StreamDataTestCallback rtp_stats_callback_; member in webrtc::RtpSenderTest
1937 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()