Home
last modified time | relevance | path

Searched refs:isSessionConfigSupported (Results 1 – 6 of 6) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DFeatureCombinationTest.java203 boolean isSessionConfigSupported = isSessionConfigWithParamsSupported( in testIsSessionConfigurationSupported()
212 + "SessionConfiguration!", isSessionConfigSupported, in testIsSessionConfigurationSupported()
215 if (!isSessionConfigSupported) { in testIsSessionConfigurationSupported()
433 boolean isSessionConfigSupported = isSessionConfigWithParamsSupported( in testVPerfClassCombination()
438 combinationStr), isSessionConfigSupported, true, /*mpc*/true); in testVPerfClassCombination()
DLogicalCameraDeviceTest.java35 import static android.hardware.camera2.cts.CameraTestUtils.isSessionConfigSupported;
284 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicLogicalPhysicalStreamCombination()
425 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicPhysicalRequests()
1131 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicPhysicalStreamingForCamera()
DRobustnessTest.java31 import static android.hardware.camera2.cts.CameraTestUtils.isSessionConfigSupported;
607 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testMandatoryStreamCombination()
DExtendedCameraCharacteristicsTest.java555 CameraTestUtils.isSessionConfigSupported( in testSPerfClassJpegSizesByCamera()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java33 import static android.hardware.camera2.cts.CameraTestUtils.isSessionConfigSupported;
567 return isSessionConfigSupported(mCamera, mHandler, configs, in isSessionConfigurationSupported()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java4011 isSessionConfigSupported(camera, handler, outputConfigs, inputConfig, in checkSessionConfigurationSupported()
4020 public static SessionConfigSupport isSessionConfigSupported(CameraDevice camera, in isSessionConfigSupported() method in CameraTestUtils