Home
last modified time | relevance | path

Searched refs:RtpSendRates (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h388 class RtpSendRates {
396 RtpSendRates() in RtpSendRates() function
399 RtpSendRates(const RtpSendRates& rhs) = default;
400 RtpSendRates& operator=(const RtpSendRates&) = default;
/external/webrtc/modules/rtp_rtcp/source/deprecated/
Ddeprecated_rtp_sender_egress.h61 RtpSendRates GetSendRates() const RTC_LOCKS_EXCLUDED(lock_);
87 RtpSendRates GetSendRatesLocked() const RTC_EXCLUSIVE_LOCKS_REQUIRED(lock_);
Ddeprecated_rtp_sender_egress.cc212 RtpSendRates send_rates = GetSendRatesLocked(); in ProcessBitrateAndNotifyObservers()
218 RtpSendRates DEPRECATED_RtpSenderEgress::GetSendRates() const { in GetSendRates()
223 RtpSendRates DEPRECATED_RtpSenderEgress::GetSendRatesLocked() const { in GetSendRatesLocked()
225 RtpSendRates current_rates; in GetSendRatesLocked()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_egress.h69 RtpSendRates GetSendRates() const RTC_LOCKS_EXCLUDED(lock_);
99 RtpSendRates GetSendRatesLocked(int64_t now_ms) const
Drtp_sender_egress.cc297 RtpSendRates RtpSenderEgress::GetSendRates() const { in GetSendRates()
303 RtpSendRates RtpSenderEgress::GetSendRatesLocked(int64_t now_ms) const { in GetSendRatesLocked()
304 RtpSendRates current_rates; in GetSendRatesLocked()
548 RtpSendRates send_rates; in UpdateRtpStats()
590 RtpSendRates send_rates = GetSendRates(); in PeriodicUpdate()
Drtp_rtcp_interface.h278 virtual RtpSendRates GetSendRates() const = 0;
Drtp_rtcp_impl2.h258 RtpSendRates GetSendRates() const override;
Drtp_rtcp_impl2.cc640 RtpSendRates send_rates = rtp_sender_->packet_sender.GetSendRates(); in BitrateSent()
649 RtpSendRates ModuleRtpRtcpImpl2::GetSendRates() const { in GetSendRates()
Drtp_rtcp_impl.h272 RtpSendRates GetSendRates() const override;
Drtp_rtcp_impl.cc734 RtpSendRates send_rates = rtp_sender_->packet_sender.GetSendRates(); in BitrateSent()
743 RtpSendRates ModuleRtpRtcpImpl::GetSendRates() const { in GetSendRates()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h92 MOCK_METHOD(RtpSendRates, GetSendRates, (), (const, override));