Searched defs:lSplit (Results 1 - 16 of 16) 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 };
1802 const int lSplit = getLeftSplit(ctx, dpy); local
1805 if(dst.left < lSplit) {
1808 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
1814 if(dst.right > lSplit) {
1817 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
1827 if((orient & OVERLAY_TRANSFORM_FLIP_H) && (dst.left < lSplit) &&
1828 (dst.right > lSplit)
1930 int lSplit = dst.left + (dst.right - dst.left)/2; local
2021 int lSplit = ctx->dpyAttr[dpy].xres / 2; local
2223 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 };
1806 const int lSplit = getLeftSplit(ctx, dpy); local
1809 if(dst.left < lSplit) {
1812 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
1818 if(dst.right > lSplit) {
1821 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
1831 if((orient & OVERLAY_TRANSFORM_FLIP_H) && (dst.left < lSplit) &&
1832 (dst.right > lSplit)
1934 int lSplit = dst.left + (dst.right - dst.left)/2; local
2025 int lSplit = ctx->dpyAttr[dpy].xres / 2; local
2234 const int lSplit = getLeftSplit(ctx, dpy); local
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_fbupdate.cpp288 const int lSplit = getLeftSplit(ctx, mDpy); local
332 if(displayFrame.left < lSplit) {
354 hwc_rect_t scissorL = {0, 0, lSplit, hw_h };
365 if(displayFrame.right > lSplit) {
390 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
393 dstR.left -= lSplit;
394 dstR.right -= lSplit;
518 const uint32_t lSplit = getLeftSplit(ctx, mDpy); local
522 (primarySplitAlways and cropWidth > lSplit)) {
H A Dhwc.cpp660 int lSplit = getLeftSplit(ctx, dpy); local
668 ctx->listStats[dpy].rRoi.left - lSplit,
H A Dhwc_mdpcomp.cpp675 int lSplit = getLeftSplit(ctx, mDpy); local
680 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
681 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
707 * them across lSplit for MDP mixer use. The ROI's will be merged again
2330 const int lSplit = getLeftSplit(ctx, mDpy); local
2343 if((dst.left > lSplit) || (dst.right < lSplit)) {
2358 const int lSplit = getLeftSplit(ctx, mDpy); local
2376 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) {
2382 if(dst.right > lSplit
2401 const int lSplit = getLeftSplit(ctx, mDpy); local
2426 const int lSplit = getLeftSplit(ctx, mDpy); local
2623 int lSplit = getLeftSplit(ctx, mDpy); local
[all...]
H A Dhwc_utils.cpp968 const int lSplit = getLeftSplit(ctx, dpy); local
975 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h };
981 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
2221 const int lSplit = getLeftSplit(ctx, dpy); local
2224 if(dst.left < lSplit) {
2227 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
2233 if(dst.right > lSplit) {
2236 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
2246 if((orient & OVERLAY_TRANSFORM_FLIP_H) && (dst.left < lSplit) &&
2247 (dst.right > lSplit)
2354 int lSplit = dst.left + (dst.right - dst.left)/2; local
2446 int lSplit = ctx->dpyAttr[dpy].xres / 2; local
2701 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 };
2140 const int lSplit = getLeftSplit(ctx, dpy); local
2143 if(dst.left < lSplit) {
2146 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
2152 if(dst.right > lSplit) {
2155 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
2165 if((orient & OVERLAY_TRANSFORM_FLIP_H) && (dst.left < lSplit) &&
2166 (dst.right > lSplit)
2270 int lSplit = dst.left + (dst.right - dst.left)/2; local
2362 int lSplit = ctx->dpyAttr[dpy].xres / 2; local
2658 const int lSplit = getLeftSplit(ctx, dpy); local
[all...]

Completed in 980 milliseconds