Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

286     int crop_w = crop.right - crop.left;
290 float w_dscale = ceilf((float)crop_w / (float)dst_w);
296 if((crop_w < 5)||(crop_h < 5))