Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Doveruse_frame_detector_unittest.cc81 overuse_detector_->FrameSent(capture_time_ms); in InsertAndSendFramesWithInterval()
237 overuse_detector_->FrameSent(33); in TEST_F()
248 overuse_detector_->FrameSent(33); in TEST_F()
253 overuse_detector_->FrameSent(66); in TEST_F()
277 overuse_detector_->FrameSent(66); in TEST_F()
281 overuse_detector_->FrameSent(99); in TEST_F()
295 overuse_detector_->FrameSent(66); in TEST_F()
304 overuse_detector_->FrameSent(34); in TEST_F()
306 overuse_detector_->FrameSent(33); in TEST_F()
Doveruse_frame_detector.h89 void FrameSent(int64_t capture_time_ms);
Dvideo_capture_input.cc159 overuse_detector_->FrameSent(capture_time); in EncoderProcess()
Doveruse_frame_detector.cc261 void OveruseFrameDetector::FrameSent(int64_t capture_time_ms) { in FrameSent() function in webrtc::OveruseFrameDetector