Searched refs:FrameCaptured (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/webrtc/video_engine/ |
D | overuse_frame_detector_unittest.cc | 84 overuse_detector_->FrameCaptured(width, height); in InsertFramesWithInterval() 91 overuse_detector_->FrameCaptured(width, height); in InsertAndEncodeFramesWithInterval() 308 overuse_detector_->FrameCaptured(kWidth, kHeight); in TEST_F() 314 overuse_detector_->FrameCaptured(kWidth, kHeight); in TEST_F() 321 overuse_detector_->FrameCaptured(kWidth, kHeight); in TEST_F() 323 overuse_detector_->FrameCaptured(kWidth, kHeight); in TEST_F() 333 overuse_detector_->FrameCaptured(kWidth, kHeight); in TEST_F() 335 overuse_detector_->FrameCaptured(kWidth, kHeight + 1); in TEST_F() 343 overuse_detector_->FrameCaptured(kWidth, kHeight); in TEST_F()
|
D | overuse_frame_detector.h | 64 void FrameCaptured(int width, int height);
|
D | overuse_frame_detector.cc | 328 void FrameCaptured(int64_t now) { in FrameCaptured() function in webrtc::OveruseFrameDetector::CaptureQueueDelay 460 void OveruseFrameDetector::FrameCaptured(int width, int height) { in FrameCaptured() function in webrtc::OveruseFrameDetector 474 capture_queue_delay_->FrameCaptured(now); in FrameCaptured()
|
D | vie_capturer.cc | 357 overuse_detector_->FrameCaptured(captured_frame_->width(), in OnIncomingCapturedFrame()
|