Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

281     int crop_w = crop.right - crop.left;
285 float w_dscale = ceilf((float)crop_w / (float)dst_w);
291 if((crop_w < 5)||(crop_h < 5))