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 | 388 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame);
|
D | hwc_utils.cpp | 2622 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame) { in expandROIFromMidPoint() argument 2624 int half_frame_width = fullFrame.right/2; in expandROIFromMidPoint() 2626 hwc_rect lFrame = fullFrame; in expandROIFromMidPoint() 2627 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 dirtyRect = calculateDirtyRect(layer, fullFrame); in generateROI() 524 roi = getSanitizeROI(roi, fullFrame); in generateROI()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 496 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres, in generateROI() 525 roi = getSanitizeROI(roi, fullFrame); in generateROI()
|