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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers.cc75 int64_t unwrapped_timestamp = time_wrap_handler_.Unwrap(timestamp); local
98 if (TimeToSync(unwrapped_timestamp)) {
99 last_sync_timestamp_ = unwrapped_timestamp;
118 ts_diff = unwrapped_timestamp - last_timestamp_;
195 int64_t unwrapped_timestamp = time_wrap_handler_.Unwrap(timestamp); local
204 last_sync_timestamp_ = unwrapped_timestamp;
208 last_sync_timestamp_ = unwrapped_timestamp;
211 last_sync_timestamp_ == unwrapped_timestamp;

Completed in 1014 milliseconds