OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMinUpdateHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
video_detector.cc
19
const int VideoDetector::
kMinUpdateHeight
= 250;
33
if (region.width() < kMinUpdateWidth || region.height() <
kMinUpdateHeight
)
video_detector.h
50
static const int
kMinUpdateHeight
;
Completed in 1005 milliseconds