Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

347     int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
351 float w_scale = ((float)crop_w / (float)dst_w);
360 if((crop_w < 5)||(crop_h < 5))
375 if(crop_w > MAX_DISPLAY_DIM || w_dscale > maxMDPDownscale ||
386 if(((crop_w > MAX_DISPLAY_DIM) && !sSrcSplitEnabled) ||