Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DImageWriterTest.java187 List<Size> sizes = getSortedSizesForFormat(mCamera.getId(), mCameraManager, format, null); in readerWriterFormatTestByCamera()
DBurstCaptureTest.java87 final Size stillSize = getSortedSizesForFormat( in yuvBurstTestByCamera()
DPerformanceTest.java260 Size maxYuvSize = CameraTestUtils.getSortedSizesForFormat( in testSingleCapture()
710 mOrderedPreviewSizes = CameraTestUtils.getSortedSizesForFormat( in initializeImageReader()
DCameraTestUtils.java1076 static public List<Size> getSortedSizesForFormat(String cameraId, in getSortedSizesForFormat() method in CameraTestUtils
1142 return getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.JPEG, bound); in getSupportedStillSizes()
1174 List<Size> sizes = getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.DEPTH16, in getMaxDepthSize()
DCameraDeviceTest.java655 Size yuvSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.YUV_420_888, in testCreateSessionsByCamera()
657 Size jpegSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.JPEG, in testCreateSessionsByCamera()
DRobustnessTest.java88 testSizes = CameraTestUtils.getSortedSizesForFormat(id, mCameraManager, in testBadSurfaceDimensions()