Home
last modified time | relevance | path

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

/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator.cc86 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() local
130 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()
/external/webrtc/system_wrappers/include/
Drtp_to_ntp_estimator.h41 int64_t unwrapped_rtp_timestamp; member