Home | History | Annotate | Download | only in camera

Lines Matching refs:frameRates

1999         List<Integer> frameRates = mParameters.getSupportedPreviewFrameRates();
2000 if (frameRates != null) {
2001 Integer max = Collections.max(frameRates);