Home | History | Annotate | Download | only in camera

Lines Matching refs:frameRates

1910         List<Integer> frameRates = mParameters.getSupportedPreviewFrameRates();
1911 if (frameRates != null) {
1912 Integer max = Collections.max(frameRates);