Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h293 bool TimeToSendFullNackList(int64_t now) const;
Drtp_rtcp_impl2.cc548 if (TimeToSendFullNackList(now_ms)) { in SendNACK()
583 bool ModuleRtpRtcpImpl2::TimeToSendFullNackList(int64_t now) const { in TimeToSendFullNackList() function in webrtc::ModuleRtpRtcpImpl2
Drtp_rtcp_impl.h332 bool TimeToSendFullNackList(int64_t now) const;
Drtp_rtcp_impl.cc644 if (TimeToSendFullNackList(now_ms)) { in SendNACK()
679 bool ModuleRtpRtcpImpl::TimeToSendFullNackList(int64_t now) const { in TimeToSendFullNackList() function in webrtc::ModuleRtpRtcpImpl