Lines Matching refs:minFps
331 //supported preview fps ranges should be added to this array in the form (minFps,maxFps)
929 sprintf(buffer, "(%d,%d)", fps[0].minFPS, fps[0].maxFPS);
933 sprintf(buffer, ",(%d,%d)", fps[i].minFPS, fps[i].maxFPS);
7881 int minFps,maxFps;
7882 params.getPreviewFpsRange(&minFps,&maxFps);
7883 ALOGI("FPS Range Values: %dx%d", minFps, maxFps);
7887 if(minFps==FpsRangesSupported[i].minFPS && maxFps == FpsRangesSupported[i].maxFPS){
7888 mParameters.setPreviewFpsRange(minFps,maxFps);