Searched refs:getSortedSizesForFormat (Results 1 – 8 of 8) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ImageWriterTest.java | 221 List<Size> sizes = getSortedSizesForFormat(mCamera.getId(), mCameraManager, format, null); in readerWriterFormatTestByCamera()
|
D | BurstCaptureTest.java | 142 final Size stillSize = getSortedSizesForFormat( in burstTestByCamera()
|
D | PerformanceTest.java | 382 imageSizes[j] = CameraTestUtils.getSortedSizesForFormat( in testSingleCaptureForFormat() 589 Size maxYuvSize = CameraTestUtils.getSortedSizesForFormat( in testMultipleCapture() 1457 mTestRule.setOrderedPreviewSizes(CameraTestUtils.getSortedSizesForFormat( in initializeImageReader()
|
D | OfflineSessionTest.java | 248 List<Size> depthJpegSizes = CameraTestUtils.getSortedSizesForFormat( in testOfflineDepthJpeg()
|
D | CameraDeviceTest.java | 1228 Size yuvSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.YUV_420_888, in testCreateSessionsByCamera() 1230 Size jpegSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.JPEG, in testCreateSessionsByCamera()
|
D | StillCaptureTest.java | 175 List<Size> orderedDepthJpegSizes = CameraTestUtils.getSortedSizesForFormat( in testDynamicDepthCapture()
|
D | RobustnessTest.java | 107 testSizes = CameraTestUtils.getSortedSizesForFormat(id, mCameraManager, in testBadSurfaceDimensions()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 1807 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()
|