Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc56 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()
Ddefault_temporal_layers_unittest.cc695 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::TemporalLayersReferenceTest
795 last_sync_timestamp_ = tl0_reference_->timestamp; in TEST_P()
Dscreenshare_layers.h99 int64_t last_sync_timestamp_; variable