Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc57 last_emitted_tl0_timestamp_(-1), in ScreenshareLayers()
170 if (last_emitted_tl0_timestamp_ != -1 && in NextFrameConfig()
171 (unwrapped_timestamp - last_emitted_tl0_timestamp_) / 90 > in NextFrameConfig()
193 last_emitted_tl0_timestamp_ = unwrapped_timestamp; in NextFrameConfig()
Dscreenshare_layers.h100 int64_t last_emitted_tl0_timestamp_; variable