Searched refs:unwrapped_rtp_timestamp (Results 1 – 2 of 2) sorted by relevance
86 unwrapped_rtp_timestamp(unwrapped_timestamp) {} in RtcpMeasurement()93 (unwrapped_rtp_timestamp == other.unwrapped_rtp_timestamp); in IsEqual()110 x.push_back(it->unwrapped_rtp_timestamp); in UpdateParameters()128 int64_t unwrapped_rtp_timestamp = unwrapper_.Unwrap(rtp_timestamp); in UpdateMeasurements() local130 RtcpMeasurement new_measurement(ntp_secs, ntp_frac, unwrapped_rtp_timestamp); in UpdateMeasurements()143 int64_t old_rtp_timestamp = measurements_.front().unwrapped_rtp_timestamp; in UpdateMeasurements()148 } else if (unwrapped_rtp_timestamp <= old_rtp_timestamp) { in UpdateMeasurements()152 } else if (unwrapped_rtp_timestamp - old_rtp_timestamp > (1 << 25)) { in UpdateMeasurements()
41 int64_t unwrapped_rtp_timestamp; member