Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

420     int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
424 float w_scale = ((float)crop_w / (float)dst_w);
434 if(mdpHw.hasMinCropWidthLimitation() and (crop_w < 5 or crop_h < 5))
448 if(crop_w > (int) mdpHw.getMaxPipeWidth() ||
459 if(((crop_w > (int) mdpHw.getMaxPipeWidth()) &&