Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1602 Boolean depthIsExclusive = c.get(CameraCharacteristics.DEPTH_DEPTH_IS_EXCLUSIVE); in testDepthOutputCharacteristics() local
1712 "defined", depthIsExclusive != null); in testDepthOutputCharacteristics()
1714 !depthIsExclusive.booleanValue()); in testDepthOutputCharacteristics()
1738 boolean canSupportDynamicDepth = jpegSizeMatch && !depthIsExclusive; in testDepthOutputCharacteristics()
1746 depthIsExclusive != null); in testDepthOutputCharacteristics()
1755 (distortion != null) && (depthIsExclusive != null); in testDepthOutputCharacteristics()