Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h356 bool TimeToSendFullNackList(int64_t now) const;
Drtp_rtcp_impl.cc702 if (TimeToSendFullNackList(now)) { in SendNACK()
732 bool ModuleRtpRtcpImpl::TimeToSendFullNackList(int64_t now) const { in TimeToSendFullNackList() function in webrtc::ModuleRtpRtcpImpl