Home
last modified time | relevance | path

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

/aosp12/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp80 int isReprocess = 0; in readFromParcel() local
81 if ((err = parcel->readInt32(&isReprocess)) != OK) { in readFromParcel()
85 mIsReprocess = (isReprocess != 0); in readFromParcel()
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java222 } else if (request.isReprocess() && !isReprocessable()) { in checkCaptureRequest()
225 } else if (request.isReprocess() && request.getReprocessableSessionId() != mId) { in checkCaptureRequest()
285 if (request.isReprocess()) { in checkCaptureRequests()
346 } else if (request.isReprocess()) { in checkRepeatingRequest()
408 if (r.isReprocess()) { in checkRepeatingRequests()
H A DCameraOfflineSessionImpl.java636 boolean isReprocess = false; in removeCompletedCallbackHolderLocked()
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java361 private CaptureRequest(CameraMetadataNative settings, boolean isReprocess, in CaptureRequest() argument
363 if ((physicalCameraIdSet != null) && isReprocess) { in CaptureRequest()
379 mIsReprocess = isReprocess; in CaptureRequest()
380 if (isReprocess) { in CaptureRequest()
470 public boolean isReprocess() { in isReprocess() method in CaptureRequest
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2ReprocessCaptureTest.java1066 boolean isReprocess = (inputResults != null && inputResults[i] != null); in submitMixedCaptureBurstRequest()
1067 if (isReprocess) { in submitMixedCaptureBurstRequest()
1075 assertTrue("Capture request reprocess type " + request.isReprocess() + " is wrong.", in submitMixedCaptureBurstRequest()
1076 request.isReprocess() == isReprocess); in submitMixedCaptureBurstRequest()
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java1110 boolean isReprocess = combTemplate.mReprocessType != ReprocessType.NONE; in createUHSensorMandatoryStreamCombination()
1111 if (isReprocess) { in createUHSensorMandatoryStreamCombination()
1207 isReprocess); in createUHSensorMandatoryStreamCombination()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.h177 void expectShutter(uint32_t frameNumber, bool isReprocess, bool isZsl);
H A DQCamera3HWI.cpp16897 void ShutterDispatcher::expectShutter(uint32_t frameNumber, bool isReprocess, bool isZsl) in expectShutter() argument
16901 if (isReprocess) { in expectShutter()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt18412 method public boolean isReprocess();