Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:MAX_DISPLAY_DIM

375                 if(crop_w > MAX_DISPLAY_DIM || w_dscale > maxMDPDownscale ||
381 /* MDP can read maximum MAX_DISPLAY_DIM width.
383 * 1. Src crop > MAX_DISPLAY_DIM on nonsplit MDPComp
386 if(((crop_w > MAX_DISPLAY_DIM) && !sSrcSplitEnabled) ||
692 if(mDpy > HWC_DISPLAY_PRIMARY && (priDispW > MAX_DISPLAY_DIM) &&
693 (ctx->dpyAttr[mDpy].xres < MAX_DISPLAY_DIM)) {
2268 if(dstWidth > qdutils::MAX_DISPLAY_DIM or
2269 cropWidth > qdutils::MAX_DISPLAY_DIM or