Searched defs:MIN_HEIGHT (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2238 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); local
2249 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) {
2250 if((t_roi.top + MIN_HEIGHT) > boundary.bottom)
2251 t_roi.top = t_roi.bottom - MIN_HEIGHT;
2253 t_roi.bottom = t_roi.top + MIN_HEIGHT;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2254 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); local
2265 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) {
2266 if((t_roi.top + MIN_HEIGHT) > boundary.bottom)
2267 t_roi.top = t_roi.bottom - MIN_HEIGHT;
2269 t_roi.bottom = t_roi.top + MIN_HEIGHT;
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h66 #define MIN_HEIGHT 480 macro
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h50 #define MIN_HEIGHT 480 macro

Completed in 90 milliseconds