Searched refs:last_captured_timestamp_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvideo_capture_input.cc47 last_captured_timestamp_(0),
99 if (incoming_frame.ntp_time_ms() <= last_captured_timestamp_) {
103 << " <= " << last_captured_timestamp_
109 last_captured_timestamp_ = incoming_frame.ntp_time_ms();
H A Dvideo_capture_input.h86 int64_t last_captured_timestamp_; member in class:webrtc::internal::VideoCaptureInput

Completed in 82 milliseconds