Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs: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
1481 //No 90 component and no rot-downscale then flips done by MDP
1503 const eTransform& orient, const int& downscale) {
1532 rot->setDownscale(downscale);
1646 int downscale = 0;
1663 downscale = getDownscaleFactor(
1668 if(downscale) {
1673 setMdpFlags(layer, mdpFlags, downscale, transform);
1675 if(isYuvBuffer(hnd) && //if 90 component or downscale, use rot
1676 ((transform & HWC_TRANSFORM_ROT_90) || downscale)) {
1683 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
1753 const int downscale = 0;
1766 /* Calculate the external display position based on MDP downscale,
1789 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
1898 const int downscale = 0;
1908 /* Calculate the external display position based on MDP downscale,
1922 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {