Home | History | Annotate | Download | only in legacy

Lines Matching refs:minFps

668             int minFps = rate[Camera.Parameters.PREVIEW_FPS_MIN_INDEX];
670 if (maxFps > bestMax || (maxFps == bestMax && minFps > bestMin)) {
671 bestMin = minFps;