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

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2237 const int MIN_WIDTH = qdutils::MDPVersion::getInstance().getMinROIWidth(); local
2241 if((t_roi.right - t_roi.left) < MIN_WIDTH) {
2242 if((t_roi.left + MIN_WIDTH) > boundary.right)
2243 t_roi.left = t_roi.right - MIN_WIDTH;
2245 t_roi.right = t_roi.left + MIN_WIDTH;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2253 const int MIN_WIDTH = qdutils::MDPVersion::getInstance().getMinROIWidth(); local
2257 if((t_roi.right - t_roi.left) < MIN_WIDTH) {
2258 if((t_roi.left + MIN_WIDTH) > boundary.right)
2259 t_roi.left = t_roi.right - MIN_WIDTH;
2261 t_roi.right = t_roi.left + MIN_WIDTH;
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h65 #define MIN_WIDTH 640 macro
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h49 #define MIN_WIDTH 640 macro

Completed in 168 milliseconds