Home
last modified time | relevance | path

Searched refs:hw_w (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.cpp274 int hw_w = ctx->dpyAttr[mDpy].xres; in isValidDimension() local
280 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) { in isValidDimension()
281 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in isValidDimension()
964 int hw_w = ctx->dpyAttr[mDpy].xres; in pipesNeeded() local
970 if(dst.left > hw_w/2) { in pipesNeeded()
972 } else if(dst.right <= hw_w/2) { in pipesNeeded()
985 int hw_w = ctx->dpyAttr[mDpy].xres; in acquireMDPPipes() local
988 if(dst.left > hw_w/2) { in acquireMDPPipes()
993 } else if (dst.right <= hw_w/2) { in acquireMDPPipes()
Dhwc_utils.cpp781 int hw_w = ctx->dpyAttr[dpy].xres; in trimLayer() local
784 dst.right > hw_w || dst.bottom > hw_h) { in trimLayer()
785 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer()
1024 int hw_w = ctx->dpyAttr[dpy].xres; in configureHighRes() local
1062 hwc_rect_t scissor = {0, 0, hw_w/2, hw_h }; in configureHighRes()
1068 hwc_rect_t scissor = {hw_w/2, 0, hw_w, hw_h }; in configureHighRes()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_fbupdate.cpp303 const int hw_w = ctx->dpyAttr[mDpy].xres; in configure() local
380 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h }; in configure()
Dhwc_utils.cpp723 int hw_w = ctx->dpyAttr[dpy].xres; in needsScalingWithSplit() local
739 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h }; in needsScalingWithSplit()
793 int hw_w = ctx->dpyAttr[dpy].xres; in trimLayer() local
796 dst.right > hw_w || dst.bottom > hw_h) { in trimLayer()
797 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer()
1752 int hw_w = ctx->dpyAttr[dpy].xres; in configureSplit() local
1823 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; in configureSplit()
Dhwc_mdpcomp.cpp613 int hw_w = (int)ctx->dpyAttr[mDpy].xres; in generateROI() local
616 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}; in generateROI()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_fbupdate.cpp297 const int hw_w = ctx->dpyAttr[mDpy].xres; in configure() local
374 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h }; in configure()
Dhwc_utils.cpp736 int hw_w = ctx->dpyAttr[dpy].xres; in needsScalingWithSplit() local
752 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h }; in needsScalingWithSplit()
806 int hw_w = ctx->dpyAttr[dpy].xres; in trimLayer() local
809 dst.right > hw_w || dst.bottom > hw_h) { in trimLayer()
810 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer()
1747 int hw_w = ctx->dpyAttr[dpy].xres; in configureSplit() local
1819 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; in configureSplit()
Dhwc_mdpcomp.cpp606 int hw_w = (int)ctx->dpyAttr[mDpy].xres; in generateROI() local
609 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}; in generateROI()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_fbupdate.cpp292 const int hw_w = ctx->dpyAttr[mDpy].xres; in configure() local
396 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h }; in configure()
Dhwc_utils.cpp901 int hw_w = ctx->dpyAttr[dpy].xres; in needsScalingWithSplit() local
917 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h }; in needsScalingWithSplit()
971 int hw_w = ctx->dpyAttr[dpy].xres; in trimLayer() local
974 dst.right > hw_w || dst.bottom > hw_h) { in trimLayer()
975 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer()
2082 int hw_w = ctx->dpyAttr[dpy].xres; in configureSplit() local
2157 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; in configureSplit()
Dhwc_mdpcomp.cpp715 int hw_w = (int)ctx->dpyAttr[mDpy].xres; in generateROI() local
718 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}; in generateROI()