Searched defs:lSplit (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_fbupdate.cpp299 const int lSplit = getLeftSplit(ctx, mDpy); local
314 if(displayFrame.left < lSplit) {
337 hwc_rect_t scissorL = {0, 0, lSplit, hw_h };
348 if(displayFrame.right > lSplit) {
374 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
377 dstR.left -= lSplit;
378 dstR.right -= lSplit;
478 int lSplit = getLeftSplit(ctx, mDpy); local
482 ((fbUpdatingRect.right - fbUpdatingRect.left) > lSplit and
H A Dhwc.cpp616 int lSplit = getLeftSplit(ctx, dpy); local
624 ctx->listStats[dpy].rRoi.left - lSplit,
H A Dhwc_mdpcomp.cpp603 int lSplit = getLeftSplit(ctx, mDpy); local
608 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
609 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
638 * them across lSplit for MDP mixer use. The ROI's will be merged again
1753 const int lSplit = getLeftSplit(ctx, mDpy); local
1766 if((dst.left > lSplit) || (dst.right < lSplit)) {
1781 const int lSplit = getLeftSplit(ctx, mDpy); local
1799 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) {
1805 if(dst.right > lSplit
1824 const int lSplit = getLeftSplit(ctx, mDpy); local
1849 const int lSplit = getLeftSplit(ctx, mDpy); local
2058 int lSplit = getLeftSplit(ctx, mDpy); local
[all...]
H A Dhwc_utils.cpp739 const int lSplit = getLeftSplit(ctx, dpy); local
746 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h };
752 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
1804 const int lSplit = getLeftSplit(ctx, dpy); local
1807 if(dst.left < lSplit) {
1810 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
1816 if(dst.right > lSplit) {
1819 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
1829 if((orient & OVERLAY_TRANSFORM_FLIP_H) && (dst.left < lSplit) &&
1830 (dst.right > lSplit)
1932 int lSplit = dst.left + (dst.right - dst.left)/2; local
2023 int lSplit = ctx->dpyAttr[dpy].xres / 2; local
2225 const int lSplit = getLeftSplit(ctx, dpy); local
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_fbupdate.cpp305 const int lSplit = getLeftSplit(ctx, mDpy); local
320 if(displayFrame.left < lSplit) {
343 hwc_rect_t scissorL = {0, 0, lSplit, hw_h };
354 if(displayFrame.right > lSplit) {
380 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
383 dstR.left -= lSplit;
384 dstR.right -= lSplit;
H A Dhwc.cpp646 int lSplit = getLeftSplit(ctx, dpy); local
654 ctx->listStats[dpy].rRoi.left - lSplit,
H A Dhwc_mdpcomp.cpp610 int lSplit = getLeftSplit(ctx, mDpy); local
615 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
616 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
651 * them across lSplit for MDP mixer use. The ROI's will be merged again
1973 const int lSplit = getLeftSplit(ctx, mDpy); local
1986 if((dst.left > lSplit) || (dst.right < lSplit)) {
2001 const int lSplit = getLeftSplit(ctx, mDpy); local
2019 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) {
2025 if(dst.right > lSplit
2044 const int lSplit = getLeftSplit(ctx, mDpy); local
2069 const int lSplit = getLeftSplit(ctx, mDpy); local
2272 int lSplit = getLeftSplit(ctx, mDpy); local
[all...]
H A Dhwc_utils.cpp726 const int lSplit = getLeftSplit(ctx, dpy); local
733 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h };
739 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
1808 const int lSplit = getLeftSplit(ctx, dpy); local
1811 if(dst.left < lSplit) {
1814 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
1820 if(dst.right > lSplit) {
1823 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
1833 if((orient & OVERLAY_TRANSFORM_FLIP_H) && (dst.left < lSplit) &&
1834 (dst.right > lSplit)
1936 int lSplit = dst.left + (dst.right - dst.left)/2; local
2027 int lSplit = ctx->dpyAttr[dpy].xres / 2; local
2236 const int lSplit = getLeftSplit(ctx, dpy); local
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_fbupdate.cpp294 const int lSplit = getLeftSplit(ctx, mDpy); local
338 if(displayFrame.left < lSplit) {
360 hwc_rect_t scissorL = {0, 0, lSplit, hw_h };
371 if(displayFrame.right > lSplit) {
396 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
399 dstR.left -= lSplit;
400 dstR.right -= lSplit;
526 const uint32_t lSplit = getLeftSplit(ctx, mDpy); local
532 const uint32_t mixerClock = lSplit;
536 (cropWidth > lSplit o
[all...]
H A Dhwc.cpp672 int lSplit = qdutils::MDPVersion::getInstance().isSrcSplit() ? 0 : local
681 ctx->listStats[dpy].rRoi.left - lSplit,
H A Dhwc_mdpcomp.cpp712 int lSplit = getLeftSplit(ctx, mDpy); local
717 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
718 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
748 * them across lSplit for MDP mixer use. The ROI's will be merged again
2371 const int lSplit = getLeftSplit(ctx, mDpy); local
2384 if((dst.left > lSplit) || (dst.right < lSplit)) {
2399 const int lSplit = getLeftSplit(ctx, mDpy); local
2417 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) {
2423 if(dst.right > lSplit
2442 const int lSplit = getLeftSplit(ctx, mDpy); local
2467 const int lSplit = getLeftSplit(ctx, mDpy); local
2786 const uint32_t lSplit = getLeftSplit(ctx, mDpy); local
[all...]
H A Dhwc_utils.cpp904 const int lSplit = getLeftSplit(ctx, dpy); local
911 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h };
917 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
2142 const int lSplit = getLeftSplit(ctx, dpy); local
2145 if(dst.left < lSplit) {
2148 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
2154 if(dst.right > lSplit) {
2157 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
2167 if((orient & OVERLAY_TRANSFORM_FLIP_H) && (dst.left < lSplit) &&
2168 (dst.right > lSplit)
2272 int lSplit = dst.left + (dst.right - dst.left)/2; local
2364 int lSplit = ctx->dpyAttr[dpy].xres / 2; local
2660 const int lSplit = getLeftSplit(ctx, dpy); local
[all...]

Completed in 127 milliseconds