Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java175 Pair<Image, CaptureResult> resultPair = captureSingleRawShot(activeArraySize, in testSingleImageBasic()
363 Pair<List<Image>, CaptureResult> resultPair = captureSingleRawShot(activeArraySize, in testSingleImageThumbnail()
731 data.imagePair = captureSingleRawShot(activeArraySize, in captureRawJpegImagePair()
937 private Pair<Image, CaptureResult> captureSingleRawShot(Size s, boolean waitForAe, in captureSingleRawShot() method in DngCreatorTest
945 Pair<List<Image>, CaptureResult> res = captureSingleRawShot(s, readers, waitForAe, in captureSingleRawShot()
950 private Pair<List<Image>, CaptureResult> captureSingleRawShot(Size s, in captureSingleRawShot() method in DngCreatorTest