Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:downscale

778     //No 90 component and no rot-downscale then flips done by MDP
800 const eTransform& orient, const int& downscale) {
822 rot->setDownscale(downscale);
895 int downscale = 0;
916 downscale = getDownscaleFactor(
921 if(downscale) {
926 setMdpFlags(layer, mdpFlags, downscale);
936 if(isYuvBuffer(hnd) && //if 90 component or downscale, use rot
937 ((transform & HWC_TRANSFORM_ROT_90) || downscale)) {
942 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
987 const int downscale = 0;
1007 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {