Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/
DCaptureRequest.java803 public Builder(CameraMetadataNative template, boolean reprocess, in Builder() argument
806 mRequest = new CaptureRequest(template, reprocess, reprocessableSessionId, in Builder()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp220 bool reprocess, bool zslStillCapture, bool rotateAndCropAuto, in sendCaptureResult() argument
230 if (reprocess) { in sendCaptureResult()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java2644 final boolean reprocess;
2646 reprocess = !mForegroundUids.get(uid);
2650 reprocess = true;
2661 if (!reprocess) {