Home
last modified time | relevance | path

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

/external/chromium_org/media/cast/rtcp/
Drtcp.cc189 last_report_received_(0), in Rtcp()
279 report_block.last_sr = last_report_received_; in SendRtcpFromRtpReceiver()
325 dlrr.last_rr = last_report_received_; in SendRtcpFromRtpSender()
344 last_report_received_ = (ntp_seconds << 16) + (ntp_fraction >> 16); in OnReceivedNtp()
Drtcp.h158 uint32 last_report_received_; variable