Searched refs:last_received_ntp_seconds_ (Results 1 – 2 of 2) sorted by relevance
191 last_received_ntp_seconds_(0), in Rtcp()354 last_received_ntp_seconds_ = ntp_seconds; in OnReceivedLipSyncInfo()367 if (last_received_ntp_seconds_ == 0) return false; in RtpTimestampInSenderTime()390 *rtp_timestamp_in_ticks = ConvertNtpToTimeTicks(last_received_ntp_seconds_, in RtpTimestampInSenderTime()
161 uint32 last_received_ntp_seconds_; variable