Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:downscale

1730     //No 90 component and no rot-downscale then flips done by MDP
1752 const eTransform& orient, const int& downscale) {
1771 rot->setDownscale(downscale);
1868 int downscale = 0;
1886 downscale = Rotator::getDownscaleFactor(crop.right - crop.left,
1897 downscale = Rotator::getDownscaleFactor(adjCrop.w, adjCrop.h, pos.w,
1901 return downscale;
2006 int downscale = getRotDownscale(ctx, layer);
2007 setMdpFlags(ctx, layer, mdpFlags, downscale, transform);
2009 //if 90 component or downscale, use rot
2010 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) {
2014 BwcPM::setBwc(ctx, dpy, hnd, crop, dst, transform, downscale,
2017 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
2103 /* Calculate the external display position based on MDP downscale,
2106 int downscale = getRotDownscale(ctx, layer);
2107 setMdpFlags(ctx, layer, mdpFlagsL, downscale, transform);
2121 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) {
2126 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
2234 const int downscale = 0;
2249 /* Calculate the external display position based on MDP downscale,
2261 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
2537 const int& transform,const int& downscale,
2546 //BWC not supported with rot-downscale
2547 if(downscale) return;