HomeSort by relevance Sort by last modified time
    Searched refs:last_sync_timestamp_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers.cc 55 last_sync_timestamp_(-1),
99 last_sync_timestamp_ = unwrapped_timestamp;
204 last_sync_timestamp_ = unwrapped_timestamp;
208 last_sync_timestamp_ = unwrapped_timestamp;
210 vp8_info->layerSync = last_sync_timestamp_ != -1 &&
211 last_sync_timestamp_ == unwrapped_timestamp;
232 RTC_DCHECK_NE(-1, last_sync_timestamp_);
233 int64_t timestamp_diff = timestamp - last_sync_timestamp_;
screenshare_layers.h 66 int64_t last_sync_timestamp_; member in class:webrtc::ScreenshareLayers

Completed in 144 milliseconds