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 524 roi = getSanitizeROI(roi, fullFrame);
645 l_roi = getSanitizeROI(l_roi, l_frame);
646 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 525 roi = getSanitizeROI(roi, fullFrame);
655 l_roi = getSanitizeROI(l_roi, l_frame);
656 r_roi = getSanitizeROI(r_roi, r_frame);
    [all...]
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 356 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
hwc_mdpcomp.cpp 614 roi = getSanitizeROI(roi, fullFrame);
745 l_roi = getSanitizeROI(l_roi, l_frame);
746 r_roi = getSanitizeROI(r_roi, r_frame);
    [all...]
hwc_utils.cpp     [all...]

Completed in 45 milliseconds