Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_h

414     int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;
418 float h_scale = ((float)crop_h / (float)dst_h);
427 if(mdpHw.hasMinCropWidthLimitation() and (crop_w < 5 or crop_h < 5))