Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc55 last_sync_timestamp_(-1), in ScreenshareLayers()
99 last_sync_timestamp_ = unwrapped_timestamp; in EncodeFlags()
204 last_sync_timestamp_ = unwrapped_timestamp; in PopulateCodecSpecific()
208 last_sync_timestamp_ = unwrapped_timestamp; in PopulateCodecSpecific()
210 vp8_info->layerSync = last_sync_timestamp_ != -1 && in PopulateCodecSpecific()
211 last_sync_timestamp_ == unwrapped_timestamp; in PopulateCodecSpecific()
232 RTC_DCHECK_NE(-1, last_sync_timestamp_); in TimeToSync()
233 int64_t timestamp_diff = timestamp - last_sync_timestamp_; in TimeToSync()
Dscreenshare_layers.h66 int64_t last_sync_timestamp_; variable