Searched refs:getSortedSizesForFormat (Results 1 – 8 of 8) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | BurstCaptureTest.java | 143 final Size stillSize = getSortedSizesForFormat( in burstTestByCamera()
|
D | ImageWriterTest.java | 427 List<Size> sizes = getSortedSizesForFormat(mCamera.getId(), mCameraManager, format, null); in readerWriterFormatTestByCamera()
|
D | PerformanceTest.java | 429 imageSizes[j] = CameraTestUtils.getSortedSizesForFormat( in testSingleCaptureForFormat() 635 Size maxYuvSize = CameraTestUtils.getSortedSizesForFormat( in testMultipleCapture() 2094 List<Size> boundedSizes = CameraTestUtils.getSortedSizesForFormat(
|
D | OfflineSessionTest.java | 251 List<Size> depthJpegSizes = CameraTestUtils.getSortedSizesForFormat( in testOfflineDepthJpeg()
|
D | StillCaptureTest.java | 180 List<Size> orderedDepthJpegSizes = CameraTestUtils.getSortedSizesForFormat( in testDynamicDepthCapture() 214 List<Size> orderedJpegRSizes = CameraTestUtils.getSortedSizesForFormat( in testJpegRCapture()
|
D | CameraDeviceTest.java | 1238 Size yuvSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.YUV_420_888, in testCreateSessionsByCamera() 1240 Size jpegSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.JPEG, in testCreateSessionsByCamera()
|
D | RobustnessTest.java | 139 testSizes = CameraTestUtils.getSortedSizesForFormat(id, mCameraManager, in testBadSurfaceDimensions()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 2130 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()
|