Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java451 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, /*inputConfig*/ null, in checkImageReaderSessionConfiguration()
DCamera2MultiViewTestCase.java549 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in startPreviewWithConfigs()
/cts/tests/camera/src/android/hardware/camera2/cts/
DSurfaceViewPreviewTest.java530 CameraTestUtils.checkSessionConfigurationSupported(mCamera, mHandler, outputSurfaces, in testDeferredSurfacesByCamera()
DRobustnessTest.java406 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMandatoryStreamCombination()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2739 checkSessionConfigurationSupported(camera, handler, outConfigurations, in checkSessionConfigurationWithSurfaces()
2743 public static void checkSessionConfigurationSupported(CameraDevice camera, in checkSessionConfigurationSupported() method in CameraTestUtils