Home
last modified time | relevance | path

Searched refs:sessionConfigSupport (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DLogicalCameraDeviceTest.java284 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicLogicalPhysicalStreamCombination() local
289 !sessionConfigSupport.error); in testBasicLogicalPhysicalStreamCombination()
290 if (!sessionConfigSupport.callSupported) { in testBasicLogicalPhysicalStreamCombination()
298 if (!sessionConfigSupport.configSupported) { in testBasicLogicalPhysicalStreamCombination()
425 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicPhysicalRequests() local
430 !sessionConfigSupport.error); in testBasicPhysicalRequests()
431 if (!sessionConfigSupport.callSupported) { in testBasicPhysicalRequests()
445 if (!sessionConfigSupport.configSupported) { in testBasicPhysicalRequests()
1131 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicPhysicalStreamingForCamera() local
1136 !sessionConfigSupport.error); in testBasicPhysicalStreamingForCamera()
[all …]
DRobustnessTest.java607 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testMandatoryStreamCombination() local
613 combination.getDescription()), !sessionConfigSupport.error); in testMandatoryStreamCombination()
614 if (!sessionConfigSupport.callSupported) { in testMandatoryStreamCombination()
619 "%s", combination.getDescription()), sessionConfigSupport.configSupported); in testMandatoryStreamCombination()
DExtendedCameraCharacteristicsTest.java554 CameraTestUtils.SessionConfigSupport sessionConfigSupport = in testSPerfClassJpegSizesByCamera() local
560 !sessionConfigSupport.error); in testSPerfClassJpegSizesByCamera()
562 sessionConfigSupport.configSupported); in testSPerfClassJpegSizesByCamera()