Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:downscale

819     //No 90 component and no rot-downscale then flips done by MDP
842 const int& downscale) {
846 rot->setDownscale(downscale);
949 int downscale = 0;
957 downscale = getDownscaleFactor(
962 if(downscale) {
978 setMdpFlags(layer, mdpFlags, downscale);
981 if(isYuvBuffer(hnd) && //if 90 component or downscale, use rot
982 ((transform & HWC_TRANSFORM_ROT_90) || downscale || forceRot)) {
988 if(configRotator(*rot, whf, origWhf, mdpFlags, orient, downscale) < 0)
1030 const int downscale = 0;
1045 if(configRotator(*rot, whf, origWhf, mdpFlagsL, orient, downscale) < 0)