Searched refs:last_sync_timestamp_ (Results 1 – 3 of 3) sorted by relevance
56 last_sync_timestamp_(-1), in ScreenshareLayers()199 last_sync_timestamp_ = unwrapped_timestamp; in NextFrameConfig()205 layer_state = last_sync_timestamp_ == unwrapped_timestamp in NextFrameConfig()340 last_sync_timestamp_ = unwrapped_timestamp; in OnEncodeDone()461 RTC_DCHECK_NE(-1, last_sync_timestamp_); in TimeToSync()462 int64_t timestamp_diff = timestamp - last_sync_timestamp_; in TimeToSync()
695 last_sync_timestamp_(timestamp_), in TemporalLayersReferenceTest()732 EXPECT_GE(buffer_state.timestamp, last_sync_timestamp_); in ValidateReference()740 uint32_t last_sync_timestamp_ = timestamp_; member in webrtc::test::TemporalLayersReferenceTest795 last_sync_timestamp_ = tl0_reference_->timestamp; in TEST_P()
99 int64_t last_sync_timestamp_; variable