Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.cc940 int64_t current_time_us = clock_->TimeInMicroseconds(); in OnFrame() local
941 int64_t current_time_ms = current_time_us / rtc::kNumMicrosecsPerMillisec; in OnFrame()
946 if (incoming_frame.timestamp_us() > current_time_us) in OnFrame()
947 incoming_frame.set_timestamp_us(current_time_us); in OnFrame()