HomeSort by relevance Sort by last modified time
    Searched refs:getSanitizeROI (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 310 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
hwc_mdpcomp.cpp 526 roi = getSanitizeROI(roi, fullFrame);
650 l_roi = getSanitizeROI(l_roi, l_frame);
651 r_roi = getSanitizeROI(r_roi, r_frame);
    [all...]
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 330 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
hwc_mdpcomp.cpp 533 roi = getSanitizeROI(roi, fullFrame);
663 l_roi = getSanitizeROI(l_roi, l_frame);
664 r_roi = getSanitizeROI(r_roi, r_frame);
    [all...]
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 393 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
hwc_mdpcomp.cpp 628 roi = getSanitizeROI(roi, fullFrame);
760 l_roi = getSanitizeROI(l_roi, l_frame);
761 r_roi = getSanitizeROI(r_roi, r_frame);
    [all...]
hwc_utils.cpp     [all...]

Completed in 314 milliseconds