Searched refs:CONTROL_AE_TARGET_FPS_RANGE (Results 1 – 11 of 11) sorted by relevance
95 Range<Integer> previewFpsRange = mTemplateSettings.get(CONTROL_AE_TARGET_FPS_RANGE); in AndroidCamera2Settings()208 } else if (setting == CONTROL_AE_TARGET_FPS_RANGE) { in matchesTemplateDefault()209 Range<Integer> defaultFpsRange = mTemplateSettings.get(CONTROL_AE_TARGET_FPS_RANGE); in matchesTemplateDefault()257 updateRequestSettingOrForceToDefault(CONTROL_AE_TARGET_FPS_RANGE, in getRequestSettings()
330 requestBuilder.set(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, fpsRange); in startSlowMotionRecording()352 recordingRequestBuilder.set(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, fpsRange); in startSlowMotionRecording()355 recordingOnlyBuilder.set(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, fpsRange); in startSlowMotionRecording()668 videoSnapshotRequestBuilder.set(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, in videoSnapshotTestByCamera()884 recordingRequestBuilder.set(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, fpsRange); in startRecording()
83 Range<Integer> fpsRange = request.get(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE); in createHighSpeedRequestList()
2095 request.get(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE); in onCaptureStarted()2226 request.get(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE); in onResultReceived()
162 Range<Integer> aeFpsRange = request.get(CONTROL_AE_TARGET_FPS_RANGE); in convertRequestMetadata()
821 CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, in mapRequest()1380 m.set(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, bestRange); in createRequestTemplate()
821 public static final Key<android.util.Range<Integer>> CONTROL_AE_TARGET_FPS_RANGE = field in CaptureResult
1418 public static final Key<android.util.Range<Integer>> CONTROL_AE_TARGET_FPS_RANGE = field in CaptureRequest
12918 …ware.camera2.CaptureRequest.Key<android.util.Range<java.lang.Integer>> CONTROL_AE_TARGET_FPS_RANGE;12991 …dware.camera2.CaptureResult.Key<android.util.Range<java.lang.Integer>> CONTROL_AE_TARGET_FPS_RANGE;
17129 …ware.camera2.CaptureRequest.Key<android.util.Range<java.lang.Integer>> CONTROL_AE_TARGET_FPS_RANGE;17211 …dware.camera2.CaptureResult.Key<android.util.Range<java.lang.Integer>> CONTROL_AE_TARGET_FPS_RANGE;