Searched refs:FrameCaptured (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/video/ |
D | overuse_frame_detector_unittest.cc | 79 overuse_detector_->FrameCaptured(width, height, capture_time_ms); in InsertAndSendFramesWithInterval() 234 overuse_detector_->FrameCaptured(kWidth, kHeight, 33); in TEST_F() 246 overuse_detector_->FrameCaptured(kWidth, kHeight, 33); in TEST_F() 251 overuse_detector_->FrameCaptured(kWidth, kHeight, 66); in TEST_F() 260 overuse_detector_->FrameCaptured(kWidth, kHeight, i); in TEST_F() 267 overuse_detector_->FrameCaptured(kWidth, kHeight, 33); in TEST_F() 269 overuse_detector_->FrameCaptured(kWidth, kHeight, 35); in TEST_F() 271 overuse_detector_->FrameCaptured(kWidth, kHeight, 66); in TEST_F() 273 overuse_detector_->FrameCaptured(kWidth, kHeight, 99); in TEST_F() 288 overuse_detector_->FrameCaptured(kWidth, kHeight, 33); in TEST_F() [all …]
|
D | overuse_frame_detector.h | 86 void FrameCaptured(int width, int height, int64_t capture_time_ms);
|
D | video_capture_input.cc | 111 overuse_detector_->FrameCaptured(captured_frame_.width(), in IncomingCapturedFrame()
|
D | overuse_frame_detector.cc | 243 void OveruseFrameDetector::FrameCaptured(int width, in FrameCaptured() function in webrtc::OveruseFrameDetector
|