Searched refs:MIN_HEIGHT (Results 1 – 8 of 8) sorted by relevance
2679 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); in getSanitizeROI() local2695 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) { in getSanitizeROI()2696 if(MIN_HEIGHT == boundary.bottom - boundary.top) { in getSanitizeROI()2698 t_roi.bottom = MIN_HEIGHT; in getSanitizeROI()2700 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()2701 t_roi.top = t_roi.bottom - MIN_HEIGHT; in getSanitizeROI()2703 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()
2255 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); in getSanitizeROI() local2266 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) { in getSanitizeROI()2267 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()2268 t_roi.top = t_roi.bottom - MIN_HEIGHT; in getSanitizeROI()2270 t_roi.bottom = t_roi.top + MIN_HEIGHT; in getSanitizeROI()
2722 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); in getSanitizeROI() local2733 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) { in getSanitizeROI()2734 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()2735 t_roi.top = t_roi.bottom - MIN_HEIGHT; in getSanitizeROI()2737 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()