Searched refs:fullFrame (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp606 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres, local
614 fullFrame);
616 dirtyRect = calculateDirtyRect(layer, fullFrame);
628 roi = getSanitizeROI(roi, fullFrame);
2685 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres, local
2698 fullFrame);
2700 dirtyRect = calculateDirtyRect(layer, fullFrame);
2711 hwc_rect lFrame = fullFrame;
2712 roi = expandROIFromMidPoint(roi, fullFrame);
2714 lFrame.right = fullFrame
[all...]
H A Dhwc_utils.h390 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame);
H A Dhwc_utils.cpp2626 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame) { argument
2628 int half_frame_width = fullFrame.right/2;
2630 hwc_rect lFrame = fullFrame;
2631 hwc_rect rFrame = fullFrame;
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_copybit.cpp210 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[dpy].xres, local
229 dirtyRect = getUnion(dirtyRect, calculateDirtyRect(&layer,fullFrame));
231 (void)fullFrame;
H A Dhwc_mdpcomp.cpp574 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres, local
585 dirtyRect = calculateDirtyRect(layer, fullFrame);
597 roi = getSanitizeROI(roi, fullFrame);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp503 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres, local
512 fullFrame);
514 dirtyRect = calculateDirtyRect(layer, fullFrame);
526 roi = getSanitizeROI(roi, fullFrame);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp504 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres, local
533 roi = getSanitizeROI(roi, fullFrame);

Completed in 105 milliseconds