Home | History | Annotate | Download | only in camera

Lines Matching refs:targetRatio

1694     private Size getOptimalPreviewSize(List<Size> sizes, double targetRatio) {
1720 if (Math.abs(ratio - targetRatio) > ASPECT_TOLERANCE) continue;