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/
DBurstCaptureTest.java143 final Size stillSize = getSortedSizesForFormat( in burstTestByCamera()
DImageWriterTest.java427 List<Size> sizes = getSortedSizesForFormat(mCamera.getId(), mCameraManager, format, null); in readerWriterFormatTestByCamera()
DPerformanceTest.java429 imageSizes[j] = CameraTestUtils.getSortedSizesForFormat( in testSingleCaptureForFormat()
635 Size maxYuvSize = CameraTestUtils.getSortedSizesForFormat( in testMultipleCapture()
2094 List<Size> boundedSizes = CameraTestUtils.getSortedSizesForFormat(
DOfflineSessionTest.java251 List<Size> depthJpegSizes = CameraTestUtils.getSortedSizesForFormat( in testOfflineDepthJpeg()
DStillCaptureTest.java180 List<Size> orderedDepthJpegSizes = CameraTestUtils.getSortedSizesForFormat( in testDynamicDepthCapture()
214 List<Size> orderedJpegRSizes = CameraTestUtils.getSortedSizesForFormat( in testJpegRCapture()
DCameraDeviceTest.java1238 Size yuvSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.YUV_420_888, in testCreateSessionsByCamera()
1240 Size jpegSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.JPEG, in testCreateSessionsByCamera()
DRobustnessTest.java139 testSizes = CameraTestUtils.getSortedSizesForFormat(id, mCameraManager, in testBadSurfaceDimensions()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2130 static public List<Size> getSortedSizesForFormat(String cameraId, in getSortedSizesForFormat() method in CameraTestUtils
2132 return getSortedSizesForFormat(cameraId, cameraManager, format, /*maxResolution*/false, in getSortedSizesForFormat()
2141 static public List<Size> getSortedSizesForFormat(String cameraId, in getSortedSizesForFormat() method in CameraTestUtils
2208 return getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.JPEG, bound); in getSupportedStillSizes()
2213 return getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.HEIC, bound); in getSupportedHeicSizes()
2245 List<Size> sizes = getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.DEPTH16, in getMaxDepthSize()