Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:downscale

811     //No 90 component and no rot-downscale then flips done by MDP
834 const int& downscale) {
838 rot->setDownscale(downscale);
942 int downscale = 0;
950 downscale = getDownscaleFactor(
955 if(downscale) {
971 setMdpFlags(layer, mdpFlags, downscale);
974 if(isYuvBuffer(hnd) && //if 90 component or downscale, use rot
975 ((transform & HWC_TRANSFORM_ROT_90) || downscale || forceRot)) {
981 if(configRotator(*rot, whf, origWhf, mdpFlags, orient, downscale) < 0)
1023 const int downscale = 0;
1038 if(configRotator(*rot, whf, origWhf, mdpFlagsL, orient, downscale) < 0)