Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiResolutionImageReaderTest.java58 import static android.hardware.camera2.cts.CameraTestUtils.checkSessionConfigurationSupported;
312 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMultiResolutionMandatoryStreamCombination()
DConcurrentCameraTest.java255 checkSessionConfigurationSupported(info.mCamera, mHandler, testSample.outputConfigs, in testMandatoryConcurrentStreamCombination()
DMultiResolutionReprocessCaptureTest.java378 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMultiResolutionMandatoryStreamCombination()
DSurfaceViewPreviewTest.java508 CameraTestUtils.checkSessionConfigurationSupported(mCamera, mHandler, outputSurfaces, in testDeferredSurfacesByCamera()
DRobustnessTest.java398 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMandatoryStreamCombination()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java466 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, /*inputConfig*/ null, in checkImageReaderSessionConfiguration()
DCamera2AndroidTestRule.java570 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, /*inputConfig*/ null, in checkImageReaderSessionConfiguration()
DCamera2MultiViewTestCase.java512 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in startPreviewWithConfigs()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3263 checkSessionConfigurationSupported(camera, handler, outConfigurations, in checkSessionConfigurationWithSurfaces()
3267 public static void checkSessionConfigurationSupported(CameraDevice camera, in checkSessionConfigurationSupported() method in CameraTestUtils