Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_h

348     int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;
352 float h_scale = ((float)crop_h / (float)dst_h);
360 if((crop_w < 5)||(crop_h < 5))