Searched refs:fullFrame (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 606 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres, in generateROI() 614 fullFrame); in generateROI() 616 dirtyRect = calculateDirtyRect(layer, fullFrame); in generateROI() 628 roi = getSanitizeROI(roi, fullFrame); in generateROI() 2685 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres, in generateROI() 2698 fullFrame); in generateROI() 2700 dirtyRect = calculateDirtyRect(layer, fullFrame); in generateROI() 2711 hwc_rect lFrame = fullFrame; in generateROI() 2712 roi = expandROIFromMidPoint(roi, fullFrame); in generateROI() 2714 lFrame.right = fullFrame.right / 2; in generateROI() [all …]
|
D | hwc_utils.h | 390 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame);
|
D | hwc_utils.cpp | 2626 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame) { in expandROIFromMidPoint() argument 2628 int half_frame_width = fullFrame.right/2; in expandROIFromMidPoint() 2630 hwc_rect lFrame = fullFrame; in expandROIFromMidPoint() 2631 hwc_rect rFrame = fullFrame; in expandROIFromMidPoint()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 503 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres, in generateROI() 512 fullFrame); in generateROI() 514 dirtyRect = calculateDirtyRect(layer, fullFrame); in generateROI() 526 roi = getSanitizeROI(roi, fullFrame); in generateROI()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 504 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres, in generateROI() 533 roi = getSanitizeROI(roi, fullFrame); in generateROI()
|