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.java538 stopCapture(/*fast*/false); in testAllOutputYUVResolutions()
748 stopCapture(/*fast*/false); in bufferFormatWithYuvTestByCamera()
846 stopCapture(/*fast*/false); in bufferFormatTestByCamera()
943 stopCapture(/*fast*/false); in bufferFormatLongProcessingTimeTestByCamera()
DImageWriterTest.java294 stopCapture(/*fast*/false); in readerWriterFormatTestByCamera()
DRobustnessTest.java567 stopCapture(/*fast*/ false); in testBasicTriggerSequence()
670 stopCapture(/*fast*/ false); in testSimultaneousTriggers()
785 stopCapture(/*fast*/ false); in testAfThenAeTrigger()
900 stopCapture(/*fast*/ false); in testAeThenAfTrigger()
1800 stopCapture(/*fast*/false); in testSingleCameraOutputCombination()
1910 stopCapture(/*fast*/false); in testMultiCameraOutputCombination()
DAllocationTest.java417 private void stopCapture() throws CameraAccessException { in stopCapture() method in AllocationTest
517 stopCapture(); in testAllocationFromCameraFlexibleYuv()
DCaptureResultTest.java131 stopCapture(/*fast*/false); in testCameraCaptureResultAllKeys()
256 stopCapture(/*fast*/false); in testPartialResult()
DDngCreatorTest.java789 stopCapture(/*fast*/false); in captureRawShots()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java175 protected void stopCapture(boolean fast) throws Exception { in stopCapture() method in Camera2AndroidTestCase