Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageWriterTest.java221 List<Size> sizes = getSortedSizesForFormat(mCamera.getId(), mCameraManager, format, null); in readerWriterFormatTestByCamera()
DBurstCaptureTest.java142 final Size stillSize = getSortedSizesForFormat( in burstTestByCamera()
DPerformanceTest.java382 imageSizes[j] = CameraTestUtils.getSortedSizesForFormat( in testSingleCaptureForFormat()
589 Size maxYuvSize = CameraTestUtils.getSortedSizesForFormat( in testMultipleCapture()
1457 mTestRule.setOrderedPreviewSizes(CameraTestUtils.getSortedSizesForFormat( in initializeImageReader()
DOfflineSessionTest.java248 List<Size> depthJpegSizes = CameraTestUtils.getSortedSizesForFormat( in testOfflineDepthJpeg()
DCameraDeviceTest.java1228 Size yuvSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.YUV_420_888, in testCreateSessionsByCamera()
1230 Size jpegSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.JPEG, in testCreateSessionsByCamera()
DStillCaptureTest.java175 List<Size> orderedDepthJpegSizes = CameraTestUtils.getSortedSizesForFormat( in testDynamicDepthCapture()
DRobustnessTest.java107 testSizes = CameraTestUtils.getSortedSizesForFormat(id, mCameraManager, in testBadSurfaceDimensions()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1807 static public List<Size> getSortedSizesForFormat(String cameraId, in getSortedSizesForFormat() method in CameraTestUtils
1873 return getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.JPEG, bound); in getSupportedStillSizes()
1878 return getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.HEIC, bound); in getSupportedHeicSizes()
1910 List<Size> sizes = getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.DEPTH16, in getMaxDepthSize()