Searched refs:waitForAe (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | DngCreatorTest.java | 937 private Pair<Image, CaptureResult> captureSingleRawShot(Size s, boolean waitForAe, in captureSingleRawShot() argument 945 Pair<List<Image>, CaptureResult> res = captureSingleRawShot(s, readers, waitForAe, in captureSingleRawShot() 951 List<ImageReader> captureReaders, boolean waitForAe, in captureSingleRawShot() argument 953 return captureRawShots(s, captureReaders, waitForAe, captureListeners, 1, in captureSingleRawShot() 958 ImageReader captureReader, boolean waitForAe, in captureSingleShotMaximumResolution() argument 966 Pair<List<Image>, CaptureResult> res = captureRawShots(s, readers, waitForAe, in captureSingleShotMaximumResolution() 976 boolean waitForAe) throws Exception { in captureReprocessedRawShot() argument 993 if (waitForAe) { in captureReprocessedRawShot() 1005 if (waitForAe) { in captureReprocessedRawShot() 1104 List<ImageReader> captureReaders, boolean waitForAe, in captureRawShots() argument [all …]
|