Searched refs:last_observed_timestamp_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/video/
H A Dend_to_end_tests.cc1721 last_observed_timestamp_[ssrc] = timestamp;
1744 if (timestamp < last_observed_timestamp_[ssrc])
1746 EXPECT_LE(extended_timestamp - last_observed_timestamp_[ssrc],
1748 << "Gap in timestamps (" << last_observed_timestamp_[ssrc]
1751 last_observed_timestamp_[ssrc] = timestamp;
1766 std::map<uint32_t, uint32_t> last_observed_timestamp_; member in class:RtpSequenceObserver

Completed in 158 milliseconds