Searched refs:kMinUpdateHeight (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/
H A Dvideo_detector.cc19 const int VideoDetector::kMinUpdateHeight = 250; member in class:ash::VideoDetector
33 if (region.width() < kMinUpdateWidth || region.height() < kMinUpdateHeight)
H A Dvideo_detector.h50 static const int kMinUpdateHeight; member in class:ash::VideoDetector
H A Dvideo_detector_unittest.cc110 VideoDetector::kMinUpdateHeight));
120 VideoDetector::kMinUpdateHeight));
177 VideoDetector::kMinUpdateHeight));
200 VideoDetector::kMinUpdateHeight));
241 VideoDetector::kMinUpdateHeight));
260 VideoDetector::kMinUpdateHeight));
295 VideoDetector::kMinUpdateHeight));

Completed in 27 milliseconds