Searched refs:MIN_HEIGHT (Results 1 – 7 of 7) sorted by relevance
2677 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); in getSanitizeROI() local2693 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) { in getSanitizeROI()2694 if(MIN_HEIGHT == boundary.bottom - boundary.top) { in getSanitizeROI()2696 t_roi.bottom = MIN_HEIGHT; in getSanitizeROI()2698 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()2699 t_roi.top = t_roi.bottom - MIN_HEIGHT; in getSanitizeROI()2701 t_roi.bottom = t_roi.top + MIN_HEIGHT; in getSanitizeROI()
2244 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); in getSanitizeROI() local2255 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) { in getSanitizeROI()2256 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()2257 t_roi.top = t_roi.bottom - MIN_HEIGHT; in getSanitizeROI()2259 t_roi.bottom = t_roi.top + MIN_HEIGHT; in getSanitizeROI()
2254 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); in getSanitizeROI() local2265 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) { in getSanitizeROI()2266 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()2267 t_roi.top = t_roi.bottom - MIN_HEIGHT; in getSanitizeROI()2269 t_roi.bottom = t_roi.top + MIN_HEIGHT; in getSanitizeROI()
50 #define MIN_HEIGHT 480 macro
66 #define MIN_HEIGHT 480 macro
3340 p.setPreviewSize(MIN_WIDTH, MIN_HEIGHT); in initDefaultParameters()3364 p.set(CameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT, MIN_HEIGHT); in initDefaultParameters()
4475 p.setPreviewSize(MIN_WIDTH, MIN_HEIGHT); in initDefaultParameters()4499 p.set(android::CameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT, MIN_HEIGHT); in initDefaultParameters()