Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Doveruse_frame_detector_unittest.cc84 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()
Doveruse_frame_detector.h64 void FrameCaptured(int width, int height);
Doveruse_frame_detector.cc328 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()
Dvie_capturer.cc357 overuse_detector_->FrameCaptured(captured_frame_->width(), in OnIncomingCapturedFrame()