Searched refs:checkSessionConfigurationSupported (Results 1 – 9 of 9) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | MultiResolutionImageReaderTest.java | 58 import static android.hardware.camera2.cts.CameraTestUtils.checkSessionConfigurationSupported; 312 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMultiResolutionMandatoryStreamCombination()
|
D | ConcurrentCameraTest.java | 255 checkSessionConfigurationSupported(info.mCamera, mHandler, testSample.outputConfigs, in testMandatoryConcurrentStreamCombination()
|
D | MultiResolutionReprocessCaptureTest.java | 378 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMultiResolutionMandatoryStreamCombination()
|
D | SurfaceViewPreviewTest.java | 508 CameraTestUtils.checkSessionConfigurationSupported(mCamera, mHandler, outputSurfaces, in testDeferredSurfacesByCamera()
|
D | RobustnessTest.java | 398 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in testMandatoryStreamCombination()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2AndroidTestCase.java | 466 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, /*inputConfig*/ null, in checkImageReaderSessionConfiguration()
|
D | Camera2AndroidTestRule.java | 570 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, /*inputConfig*/ null, in checkImageReaderSessionConfiguration()
|
D | Camera2MultiViewTestCase.java | 512 checkSessionConfigurationSupported(mCamera, mHandler, outputConfigs, in startPreviewWithConfigs()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 3263 checkSessionConfigurationSupported(camera, handler, outConfigurations, in checkSessionConfigurationWithSurfaces() 3267 public static void checkSessionConfigurationSupported(CameraDevice camera, in checkSessionConfigurationSupported() method in CameraTestUtils
|