Searched refs:FPS_REPORTING_PERIOD (Results 1 – 1 of 1) sorted by relevance
165 private static final int FPS_REPORTING_PERIOD = 200; // frames field in TestingCamera1540 if (mCallbackFrameCount % FPS_REPORTING_PERIOD == 0) { in onPreviewFrame()1541 log("Got " + FPS_REPORTING_PERIOD + " callback frames, fps " in onPreviewFrame()