Home
last modified time | relevance | path

Searched refs:reprocessableSessionId (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java364 int reprocessableSessionId, String logicalCameraId, Set<String> physicalCameraIdSet) { in CaptureRequest() argument
383 if (reprocessableSessionId == CameraCaptureSession.SESSION_ID_NONE) { in CaptureRequest()
385 "invalid session ID: " + reprocessableSessionId); in CaptureRequest()
387 mReprocessableSessionId = reprocessableSessionId; in CaptureRequest()
830 int reprocessableSessionId, String logicalCameraId, in Builder() argument
832 mRequest = new CaptureRequest(template, reprocess, reprocessableSessionId, in Builder()