Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/
DCaptureRequest.java361 int reprocessableSessionId, String logicalCameraId, Set<String> physicalCameraIdSet) { in CaptureRequest() argument
380 if (reprocessableSessionId == CameraCaptureSession.SESSION_ID_NONE) { in CaptureRequest()
382 "invalid session ID: " + reprocessableSessionId); in CaptureRequest()
384 mReprocessableSessionId = reprocessableSessionId; in CaptureRequest()
803 int reprocessableSessionId, String logicalCameraId, in Builder() argument
805 mRequest = new CaptureRequest(template, reprocess, reprocessableSessionId, in Builder()