Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:downscale

1732     //No 90 component and no rot-downscale then flips done by MDP
1754 const eTransform& orient, const int& downscale) {
1773 rot->setDownscale(downscale);
1870 int downscale = 0;
1888 downscale = Rotator::getDownscaleFactor(crop.right - crop.left,
1899 downscale = Rotator::getDownscaleFactor(adjCrop.w, adjCrop.h, pos.w,
1903 return downscale;
2008 int downscale = getRotDownscale(ctx, layer);
2009 setMdpFlags(ctx, layer, mdpFlags, downscale, transform);
2011 //if 90 component or downscale, use rot
2012 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) {
2016 BwcPM::setBwc(ctx, dpy, hnd, crop, dst, transform, downscale,
2019 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
2105 /* Calculate the external display position based on MDP downscale,
2108 int downscale = getRotDownscale(ctx, layer);
2109 setMdpFlags(ctx, layer, mdpFlagsL, downscale, transform);
2123 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) {
2128 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
2236 const int downscale = 0;
2251 /* Calculate the external display position based on MDP downscale,
2263 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
2539 const int& transform,const int& downscale,
2548 //BWC not supported with rot-downscale
2549 if(downscale) return;