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;
306 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.java403 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.java3483 checkSessionConfigurationSupported(camera, handler, outConfigurations, in checkSessionConfigurationWithSurfaces()
3487 public static void checkSessionConfigurationSupported(CameraDevice camera, in checkSessionConfigurationSupported() method in CameraTestUtils