Home
last modified time | relevance | path

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

/external/webrtc/video/adaptation/
Doveruse_frame_detector.cc78 last_processed_capture_time_us_(-1), in SendProcessingUsage1()
89 last_processed_capture_time_us_ = -1; in Reset()
145 if (last_processed_capture_time_us_ != -1) { in FrameSent()
146 int64_t diff_us = timing.capture_us - last_processed_capture_time_us_; in FrameSent()
149 last_processed_capture_time_us_ = timing.capture_us; in FrameSent()
211 int64_t last_processed_capture_time_us_; member in webrtc::__anon8c24cb480111::SendProcessingUsage1