Searched refs:last_received_timestamp_ (Results 1 – 4 of 4) sorted by relevance
79 last_received_timestamp_(0), in RtpReceiverImpl()195 last_received_timestamp_ != rtp_header.timestamp; in IncomingRtpPacket()216 if (last_received_timestamp_ != rtp_header.timestamp) { in IncomingRtpPacket()217 last_received_timestamp_ = rtp_header.timestamp; in IncomingRtpPacket()234 *timestamp = last_received_timestamp_; in Timestamp()268 last_received_timestamp_ = 0; in CheckSSRCChanged()
40 last_received_timestamp_(0), in StreamStatisticianImpl()93 if (header.timestamp != last_received_timestamp_ && in UpdateCounters()98 last_received_timestamp_ = header.timestamp; in UpdateCounters()117 (header.timestamp - last_received_timestamp_); in UpdateJitter()136 (last_received_timestamp_ + in UpdateJitter()332 uint32_t timestamp_diff = header.timestamp - last_received_timestamp_; in IsRetransmitOfOldPacket()
92 uint32_t last_received_timestamp_; variable
76 uint32_t last_received_timestamp_; variable