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

/external/chromium_org/ash/wm/
H A Dvideo_detector.cc18 const int VideoDetector::kMinUpdateWidth = 333; member in class:ash::VideoDetector
33 if (region.width() < kMinUpdateWidth || region.height() < kMinUpdateHeight)
H A Dvideo_detector.h49 static const int kMinUpdateWidth; member in class:ash::VideoDetector
H A Dvideo_detector_unittest.cc109 gfx::Size(VideoDetector::kMinUpdateWidth - 1,
119 gfx::Size(VideoDetector::kMinUpdateWidth,
176 gfx::Size(VideoDetector::kMinUpdateWidth,
199 gfx::Size(VideoDetector::kMinUpdateWidth,
240 gfx::Size(VideoDetector::kMinUpdateWidth,
259 gfx::Size(VideoDetector::kMinUpdateWidth,
294 gfx::Size(VideoDetector::kMinUpdateWidth,

Completed in 109 milliseconds