Lines Matching full:downscale
271 // Read the system property to determine if downscale feature is enabled.
391 // if downscale Mode is enabled for external, need to query
628 // if downscale is enabled, map the co-ordinates to new
1479 //No 90 component and no rot-downscale then flips done by MDP
1501 const eTransform& orient, const int& downscale) {
1530 rot->setDownscale(downscale);
1644 int downscale = 0;
1661 downscale = getDownscaleFactor(
1666 if(downscale) {
1671 setMdpFlags(layer, mdpFlags, downscale, transform);
1673 if(isYuvBuffer(hnd) && //if 90 component or downscale, use rot
1674 ((transform & HWC_TRANSFORM_ROT_90) || downscale)) {
1681 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
1751 const int downscale = 0;
1764 /* Calculate the external display position based on MDP downscale,
1787 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
1896 const int downscale = 0;
1906 /* Calculate the external display position based on MDP downscale,
1920 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {