Home | History | Annotate | Download | only in util

Lines Matching refs:maxFps

846             int maxFps = rate[1];
847 if (maxFps >= PREFERRED_PREVIEW_FPS_TIMES_1000 &&
861 int maxFps = rate[1];
862 if (minFps == lowestMinRate && highestMaxRate < maxFps) {
863 highestMaxRate = maxFps;