Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DOfflineSessionTest.java251 List<Size> depthJpegSizes = CameraTestUtils.getSortedSizesForFormat( in testOfflineDepthJpeg() local
255 camera2OfflineSessionTest(cameraIdsUnderTest[i], depthJpegSizes.get(0), in testOfflineDepthJpeg()
DExtendedCameraCharacteristicsTest.java1973 Size[] depthJpegSizes = configs.getOutputSizes(ImageFormat.DEPTH_JPEG); in testDepthOutputCharacteristics() local
1976 depthJpegSizes != null && depthJpegSizes.length > 0); in testDepthOutputCharacteristics()
1979 if (depthJpegSizes != null) { in testDepthOutputCharacteristics()
1980 for (Size depthJpegSize : depthJpegSizes) { in testDepthOutputCharacteristics()