Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java451 stopCapture(/*fast*/false); in testMandatoryStreamCombination()
846 stopCapture(/*fast*/ false); in testBasicTriggerSequence()
950 stopCapture(/*fast*/ false); in testSimultaneousTriggers()
1066 stopCapture(/*fast*/ false); in testAfThenAeTrigger()
1182 stopCapture(/*fast*/ false); in testAeThenAfTrigger()
1362 stopCapture(/*fast*/ false); in testAeAndAfCausality()
DImageReaderTest.java665 stopCapture(/*fast*/false); in testAllOutputYUVResolutions()
923 stopCapture(/*fast*/false); in bufferFormatWithYuvTestByCamera()
1048 stopCapture(/*fast*/false); in bufferFormatTestByCamera()
1145 stopCapture(/*fast*/false); in bufferFormatLongProcessingTimeTestByCamera()
DImageWriterTest.java333 stopCapture(/*fast*/false); in readerWriterFormatTestByCamera()
DAllocationTest.java415 private void stopCapture() throws CameraAccessException { in stopCapture() method in AllocationTest
515 stopCapture(); in testAllocationFromCameraFlexibleYuv()
DHeifWriterTest.java211 stopCapture(/*fast*/false); in testHeif()
DCaptureResultTest.java131 stopCapture(/*fast*/false); in testCameraCaptureResultAllKeys()
255 stopCapture(/*fast*/false); in testPartialResult()
DDngCreatorTest.java785 stopCapture(/*fast*/false); in captureRawShots()
DExtendedCameraCharacteristicsTest.java737 stopCapture(/*fast*/ false); in checkFormatLatency()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java202 protected void stopCapture(boolean fast) throws Exception { in stopCapture() method in Camera2AndroidTestCase