OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_timeout_interval_ms
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/video/
overuse_frame_detector.h
43
frame_timeout_interval_ms
(1500),
51
int
frame_timeout_interval_ms
; // The maximum allowed interval between two
member in struct:webrtc::CpuOveruseOptions
overuse_frame_detector_unittest.cc
208
2, options_.
frame_timeout_interval_ms
, kWidth, kHeight, kProcessTime5ms);
212
2, options_.
frame_timeout_interval_ms
+ 1, kWidth, kHeight,
overuse_frame_detector.cc
231
return (now - last_capture_time_) > options_.
frame_timeout_interval_ms
;
Completed in 45 milliseconds