Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java535 stopCapture(/*fast*/false); in testAllOutputYUVResolutions()
730 stopCapture(/*fast*/false); in bufferFormatWithYuvTestByCamera()
796 stopCapture(/*fast*/false); in bufferFormatTestByCamera()
893 stopCapture(/*fast*/false); in bufferFormatLongProcessingTimeTestByCamera()
DRobustnessTest.java555 stopCapture(/*fast*/ false); in testBasicTriggerSequence()
658 stopCapture(/*fast*/ false); in testSimultaneousTriggers()
773 stopCapture(/*fast*/ false); in testAfThenAeTrigger()
888 stopCapture(/*fast*/ false); in testAeThenAfTrigger()
1519 stopCapture(/*fast*/false); in testOutputCombination()
DImageWriterTest.java292 stopCapture(/*fast*/false); in readerWriterFormatTestByCamera()
DAllocationTest.java396 private void stopCapture() throws CameraAccessException { in stopCapture() method in AllocationTest
496 stopCapture(); in testAllocationFromCameraFlexibleYuv()
DCaptureResultTest.java133 stopCapture(/*fast*/false); in testCameraCaptureResultAllKeys()
258 stopCapture(/*fast*/false); in testPartialResult()
DDngCreatorTest.java787 stopCapture(/*fast*/false); in captureRawShots()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java155 protected void stopCapture(boolean fast) throws Exception { in stopCapture() method in Camera2AndroidTestCase