Home | History | Annotate | Download | only in camera

Lines Matching refs:frames

267     /** Current width of preview frames from camera. */
269 /** Current height of preview frames from camera.. */
858 long frames = frameNumber - mAutoFocusScanStartFrame;
860 int fps = Math.round(frames * 1000f / dt);
861 String report = String.format("%s scan: fps=%d frames=%d",
862 passive ? "CAF" : "AF", fps, frames);
864 mUI.showDebugMessage(String.format("%d / %d", frames, fps));