Home
last modified time | relevance | path

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

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