Home | History | Annotate | Download | only in camera

Lines Matching refs:ratio

2417             int ratio = (int) Math.ceil((double) mParameters.getPictureSize().width
2419 int inSampleSize = Integer.highestOneBit(ratio);