Home
last modified time | relevance | path

Searched refs:frame_timeout_interval_ms (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
Doveruse_frame_detector.h43 frame_timeout_interval_ms(1500), in CpuOveruseOptions()
51 int frame_timeout_interval_ms; // The maximum allowed interval between two member
Doveruse_frame_detector_unittest.cc208 2, options_.frame_timeout_interval_ms, kWidth, kHeight, kProcessTime5ms); in TEST_F()
212 2, options_.frame_timeout_interval_ms + 1, kWidth, kHeight, in TEST_F()
Doveruse_frame_detector.cc231 return (now - last_capture_time_) > options_.frame_timeout_interval_ms; in FrameTimeoutDetected()