Home | History | Annotate | Download | only in app

Lines Matching defs:aperture

977                     float aperture = Float.parseFloat(value);
979 String.valueOf((int) (aperture * 10 + 0.5f)) + "/10");
981 Log.w(TAG, "cannot parse aperture: " + value);