Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc123 int64_t unwrapped_timestamp = time_wrap_handler_.Unwrap(timestamp); in NextFrameConfig() local
128 ts_diff = unwrapped_timestamp - last_timestamp_; in NextFrameConfig()
171 (unwrapped_timestamp - last_emitted_tl0_timestamp_) / 90 > in NextFrameConfig()
193 last_emitted_tl0_timestamp_ = unwrapped_timestamp; in NextFrameConfig()
197 if (TimeToSync(unwrapped_timestamp) || in NextFrameConfig()
199 last_sync_timestamp_ = unwrapped_timestamp; in NextFrameConfig()
205 layer_state = last_sync_timestamp_ == unwrapped_timestamp in NextFrameConfig()
327 int64_t unwrapped_timestamp = time_wrap_handler_.Unwrap(rtp_timestamp); in OnEncodeDone() local
340 last_sync_timestamp_ = unwrapped_timestamp; in OnEncodeDone()
/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator.cc84 int64_t unwrapped_timestamp) in RtcpMeasurement() argument
86 unwrapped_rtp_timestamp(unwrapped_timestamp) {} in RtcpMeasurement()
/external/webrtc/system_wrappers/include/
Drtp_to_ntp_estimator.h37 int64_t unwrapped_timestamp);