Home
last modified time | relevance | path

Searched refs:getAvailableSizesForFormatChecked (Results 1 – 11 of 11) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1048 Size[] targetCaptureSizes = getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawDimensChecked()
1486 return getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawOutputSizesChecked()
1496 return getAvailableSizesForFormatChecked(ImageFormat.JPEG, in getJpegOutputSizesChecked()
1506 return getAvailableSizesForFormatChecked(ImageFormat.HEIC, in getHeicOutputSizesChecked()
1572 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction) { in getAvailableSizesForFormatChecked() method in StaticMetadata
1573 return getAvailableSizesForFormatChecked(format, direction, in getAvailableSizesForFormatChecked()
1587 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() method in StaticMetadata
1589 return getAvailableSizesForFormatChecked(format, direction, fastSizes, slowSizes, in getAvailableSizesForFormatChecked()
1603 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() method in StaticMetadata
1743 for (android.util.Size size : getAvailableSizesForFormatChecked(format, in getAvailableMinFrameDurationsForFormatChecked()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java1081 Size[] jpegSizes = mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.JPEG, in testAllOutputYUVResolutions()
1092 mStaticInfo.getAvailableSizesForFormatChecked(format, in testAllOutputYUVResolutions()
1542 mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatWithYuvTestByCamera()
1633 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(FORMAT, in invalidAccessTestAfterClose()
1661 final Size SIZE = mStaticInfo.getAvailableSizesForFormatChecked(FORMAT, in discardFreeBuffersTestByCamera()
1739 Size[] availableSizes = staticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatTestByCamera()
1850 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatLongProcessingTimeTestByCamera()
DCameraExtensionCharacteristicsTest.java145 mTestRule.getStaticInfo().getAvailableSizesForFormatChecked(ImageFormat.PRIVATE, in verifySupportedSizes()
165 mTestRule.getStaticInfo().getAvailableSizesForFormatChecked(format, in verifySupportedSizes()
DDngCreatorTest.java343 mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.YUV_420_888, in testSingleImageThumbnail()
710 Size[] targetJpegSizes = mStaticInfo.getAvailableSizesForFormatChecked( in captureRawJpegImagePair()
799 Size[] targetJpegSizes = mStaticInfo.getAvailableSizesForFormatChecked( in captureRawJpegImagePairMaximumResolution()
1113 mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in captureRawShots()
DZoomCaptureTest.java174 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatZoomTestByCamera()
DReprocessCaptureTest.java640 mStaticInfo.getAvailableSizesForFormatChecked(inputFormat, in testReprocessingAllCombinations()
649 mStaticInfo.getAvailableSizesForFormatChecked(reprocessOutputFormat, in testReprocessingAllCombinations()
1513 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); in getMaxSize()
DHeifWriterTest.java107 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked( in testHeif()
DMultiResolutionReprocessCaptureTest.java771 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); in getMaxSize()
DMultiViewTest.java537 Size yuvSizes[] = getStaticInfo(cameraId).getAvailableSizesForFormatChecked( in testSharedSurfaceYUVImageReaderSwitch()
DPerformanceTest.java1691 mTestRule.getStaticInfo().getAvailableSizesForFormatChecked(inputFormat,
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java4776 Size[] privSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.PRIVATE, in MaxStreamSizes()
4778 Size[] yuvSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.YUV_420_888, in MaxStreamSizes()
4781 Size[] y8Sizes = sm.getAvailableSizesForFormatChecked(ImageFormat.Y8, in MaxStreamSizes()
4783 Size[] jpegSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.JPEG, in MaxStreamSizes()
4785 Size[] jpegRSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.JPEG_R, in MaxStreamSizes()
4787 Size[] rawSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in MaxStreamSizes()
4789 Size[] heicSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.HEIC, in MaxStreamSizes()