HomeSort by relevance Sort by last modified time
    Searched defs:kMinUpdateWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
video_detector.cc 18 const int VideoDetector::kMinUpdateWidth = 333;
33 if (region.width() < kMinUpdateWidth || region.height() < kMinUpdateHeight)
video_detector.h 49 static const int kMinUpdateWidth;

Completed in 36 milliseconds