Searched refs:frameRateBackOff (Results 1 – 2 of 2) sorted by relevance
188 Range<Integer> frameRateBackOff = new Range<>(7, 24); in checkAndApplyNexus5FrameRateWorkaround() local189 request.setParam(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, frameRateBackOff); in checkAndApplyNexus5FrameRateWorkaround()
127 Range<Integer> frameRateBackOff = new Range<>(7, 28); in applyNexus5BackCameraFrameRateWorkaround() local128 mLogger.v("Applying Nexus5 specific framerate backoff of " + frameRateBackOff); in applyNexus5BackCameraFrameRateWorkaround()129 requestTemplate.setParam(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, frameRateBackOff); in applyNexus5BackCameraFrameRateWorkaround()