OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameTimeoutDetected
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/video/
overuse_frame_detector.h
113
bool
FrameTimeoutDetected
(int64_t now) const EXCLUSIVE_LOCKS_REQUIRED(crit_);
overuse_frame_detector.cc
227
bool OveruseFrameDetector::
FrameTimeoutDetected
(int64_t now) const {
249
if (FrameSizeChanged(width * height) ||
FrameTimeoutDetected
(now)) {
Completed in 45 milliseconds