Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.cc64 nack_last_time_sent_full_ms_(0), in ModuleRtpRtcpImpl2()
549 nack_last_time_sent_full_ms_ = now_ms; in SendNACK()
597 return now - nack_last_time_sent_full_ms_ > wait_time; in TimeToSendFullNackList()
Drtp_rtcp_impl.cc68 nack_last_time_sent_full_ms_(0), in ModuleRtpRtcpImpl()
645 nack_last_time_sent_full_ms_ = now_ms; in SendNACK()
693 return now - nack_last_time_sent_full_ms_ > wait_time; in TimeToSendFullNackList()
Drtp_rtcp_impl2.h314 int64_t nack_last_time_sent_full_ms_; variable
Drtp_rtcp_impl.h347 int64_t nack_last_time_sent_full_ms_; variable