Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:lSplit

692     int lSplit = getLeftSplit(ctx, mDpy);
697 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
698 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
733 * them across lSplit for MDP mixer use. The ROI's will be merged again
2349 const int lSplit = getLeftSplit(ctx, mDpy);
2362 if((dst.left > lSplit) || (dst.right < lSplit)) {
2377 const int lSplit = getLeftSplit(ctx, mDpy);
2395 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) {
2401 if(dst.right > lSplit && isValidRect(getIntersection(dst, r_roi))) {
2420 const int lSplit = getLeftSplit(ctx, mDpy);
2422 if((dst.left > lSplit)||(dst.right < lSplit)){
2445 const int lSplit = getLeftSplit(ctx, mDpy);
2447 if((dst.left > lSplit)||(dst.right < lSplit)){
2647 const uint32_t lSplit = getLeftSplit(ctx, mDpy);
2657 const uint32_t mixerClock = lSplit;
2666 (cropWidth > lSplit or layerClock > mixerClock))) {