Lines Matching full:downscale
1712 //No 90 component and no rot-downscale then flips done by MDP
1734 const eTransform& orient, const int& downscale) {
1753 rot->setDownscale(downscale);
1850 int downscale = 0;
1868 downscale = Rotator::getDownscaleFactor(crop.right - crop.left,
1879 downscale = Rotator::getDownscaleFactor(adjCrop.w, adjCrop.h, pos.w,
1883 return downscale;
1988 int downscale = getRotDownscale(ctx, layer);
1989 setMdpFlags(ctx, layer, mdpFlags, downscale, transform);
1991 //if 90 component or downscale, use rot
1992 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) {
1996 BwcPM::setBwc(ctx, dpy, hnd, crop, dst, transform, downscale,
1999 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
2085 /* Calculate the external display position based on MDP downscale,
2088 int downscale = getRotDownscale(ctx, layer);
2089 setMdpFlags(ctx, layer, mdpFlagsL, downscale, transform);
2103 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) {
2108 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
2216 const int downscale = 0;
2231 /* Calculate the external display position based on MDP downscale,
2243 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
2498 const int& transform,const int& downscale,
2507 //BWC not supported with rot-downscale
2508 if(downscale) return;