Home | History | Annotate | Download | only in filterfw

Lines Matching refs:fps

774         /** The requested FPS */
777 /** The actual FPS */
1031 public synchronized void setDesiredFrameRate(int fps) {
1032 if (fps != mRequestedFramesPerSec) {
1033 mRequestedFramesPerSec = fps;
1302 // Find closest FPS
1357 private int[] findClosestFpsRange(int fps, Camera.Parameters params) {
1360 int fpsk = fps * 1000;
1594 * @param fps The desired FPS.
1596 public void setDesiredFrameRate(int fps) {
1597 mCameraRunner.setDesiredFrameRate(fps);