Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_base.h52 frame_timeout_interval_ms(1500), in CpuOveruseOptions()
72 int frame_timeout_interval_ms; // The maximum allowed interval between two member
93 frame_timeout_interval_ms == o.frame_timeout_interval_ms && in Equals()
/external/chromium_org/third_party/webrtc/video_engine/
Doveruse_frame_detector_unittest.cc281 1, options_.frame_timeout_interval_ms, kWidth, kHeight); in TEST_F()
285 1, options_.frame_timeout_interval_ms + 1, kWidth, kHeight); in TEST_F()
Doveruse_frame_detector.cc447 return (now - last_capture_time_) > options_.frame_timeout_interval_ms; in FrameTimeoutDetected()