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/testcases/
DCamera2AndroidTestCase.java23 import static android.hardware.camera2.cts.CameraTestUtils.checkSessionConfigurationSupported;
523 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, /*inputConfig*/ null, in checkImageReaderSessionConfiguration()
DCamera2MultiViewTestCase.java28 import static android.hardware.camera2.cts.CameraTestUtils.checkSessionConfigurationSupported;
532 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in startPreviewWithConfigs()
DCamera2AndroidTestRule.java581 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, /*inputConfig*/ null, in checkImageReaderSessionConfiguration()
/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiResolutionImageReaderTest.java22 import static android.hardware.camera2.cts.CameraTestUtils.checkSessionConfigurationSupported;
311 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMultiResolutionMandatoryStreamCombination()
DConcurrentCameraTest.java255 checkSessionConfigurationSupported(info.mCamera, mHandler, testSample.outputConfigs, in testMandatoryConcurrentStreamCombination()
DRobustnessTest.java26 import static android.hardware.camera2.cts.CameraTestUtils.checkSessionConfigurationSupported;
424 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMandatoryOutputCombinationWithPresetKeys()
601 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMandatoryStreamCombination()
748 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMandatory10BitStreamCombination()
DMultiResolutionReprocessCaptureTest.java378 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMultiResolutionMandatoryStreamCombination()
DSurfaceViewPreviewTest.java496 CameraTestUtils.checkSessionConfigurationSupported(mCamera, mHandler, outputSurfaces, in testDeferredSurfacesByCamera()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java4002 checkSessionConfigurationSupported(camera, handler, outConfigurations, in checkSessionConfigurationWithSurfaces()
4006 public static void checkSessionConfigurationSupported(CameraDevice camera, in checkSessionConfigurationSupported() method in CameraTestUtils