Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:downscale

772     //No 90 component and no rot-downscale then flips done by MDP
794 const int& downscale) {
798 rot->setDownscale(downscale);
902 int downscale = 0;
909 downscale = getDownscaleFactor(
914 if(downscale) {
919 setMdpFlags(layer, mdpFlags, downscale);
922 if(isYuvBuffer(hnd) && //if 90 component or downscale, use rot
923 ((transform & HWC_TRANSFORM_ROT_90) || downscale)) {
927 if(configRotator(*rot, whf, mdpFlags, orient, downscale) < 0)
969 const int downscale = 0;
982 if(configRotator(*rot, whf, mdpFlagsL, orient, downscale) < 0)