HomeSort by relevance Sort by last modified time
    Searched refs:FrameCaptured (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/video/
overuse_frame_detector_unittest.cc 79 overuse_detector_->FrameCaptured(width, height, capture_time_ms);
234 overuse_detector_->FrameCaptured(kWidth, kHeight, 33);
246 overuse_detector_->FrameCaptured(kWidth, kHeight, 33);
251 overuse_detector_->FrameCaptured(kWidth, kHeight, 66);
260 overuse_detector_->FrameCaptured(kWidth, kHeight, i);
267 overuse_detector_->FrameCaptured(kWidth, kHeight, 33);
269 overuse_detector_->FrameCaptured(kWidth, kHeight, 35);
271 overuse_detector_->FrameCaptured(kWidth, kHeight, 66);
273 overuse_detector_->FrameCaptured(kWidth, kHeight, 99);
288 overuse_detector_->FrameCaptured(kWidth, kHeight, 33)
    [all...]
overuse_frame_detector.h 86 void FrameCaptured(int width, int height, int64_t capture_time_ms);
video_capture_input.cc 111 overuse_detector_->FrameCaptured(captured_frame_.width(),
overuse_frame_detector.cc 243 void OveruseFrameDetector::FrameCaptured(int width,

Completed in 64 milliseconds