Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
H A DStaticMetadata.java1070 Size[] targetCaptureSizes = getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawDimensChecked()
1535 return getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawOutputSizesChecked()
1545 return getAvailableSizesForFormatChecked(ImageFormat.JPEG, in getJpegOutputSizesChecked()
1555 return getAvailableSizesForFormatChecked(ImageFormat.HEIC, in getHeicOutputSizesChecked()
1565 return getAvailableSizesForFormatChecked(ImageFormat.YCBCR_P210, in getP210OutputSizesChecked()
1631 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction) { in getAvailableSizesForFormatChecked() method in StaticMetadata
1632 return getAvailableSizesForFormatChecked(format, direction, in getAvailableSizesForFormatChecked()
1646 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() method in StaticMetadata
1648 return getAvailableSizesForFormatChecked(format, direction, fastSizes, slowSizes, in getAvailableSizesForFormatChecked()
1662 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() method in StaticMetadata
[all …]
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java834 Size[] targetCaptureSizes = getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawDimensChecked()
1269 return getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in getRawOutputSizesChecked()
1279 return getAvailableSizesForFormatChecked(ImageFormat.JPEG, in getJpegOutputSizesChecked()
1345 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction) { in getAvailableSizesForFormatChecked() method in StaticMetadata
1346 return getAvailableSizesForFormatChecked(format, direction, in getAvailableSizesForFormatChecked()
1360 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() method in StaticMetadata
1509 for (Size size : getAvailableSizesForFormatChecked(format, in getAvailableMinFrameDurationsForFormatChecked()
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DImageReaderTest.java1141 Size[] jpegSizes = mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.JPEG, in testAllOutputYUVResolutions()
1152 mStaticInfo.getAvailableSizesForFormatChecked(format, in testAllOutputYUVResolutions()
1602 mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatWithYuvTestByCamera()
1693 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(FORMAT, in invalidAccessTestAfterClose()
1721 final Size SIZE = mStaticInfo.getAvailableSizesForFormatChecked(FORMAT, in discardFreeBuffersTestByCamera()
1802 Size[] availableSizes = staticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatTestByCamera()
1916 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatLongProcessingTimeTestByCamera()
H A 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()
H A DCameraExtensionCharacteristicsTest.java114 mTestRule.getStaticInfo().getAvailableSizesForFormatChecked(ImageFormat.PRIVATE, in verifySupportedSizes()
134 mTestRule.getStaticInfo().getAvailableSizesForFormatChecked(format, in verifySupportedSizes()
H A DReprocessCaptureTest.java640 mStaticInfo.getAvailableSizesForFormatChecked(inputFormat, in testReprocessingAllCombinations()
649 mStaticInfo.getAvailableSizesForFormatChecked(reprocessOutputFormat, in testReprocessingAllCombinations()
1513 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); in getMaxSize()
H A DZoomCaptureTest.java176 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatZoomTestByCamera()
H A DHeifWriterTest.java107 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked( in testHeif()
H A DMultiResolutionReprocessCaptureTest.java771 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); in getMaxSize()
H A DMultiViewTest.java641 Size yuvSizes[] = getStaticInfo(cameraId).getAvailableSizesForFormatChecked( in testSharedSurfaceYUVImageReaderSwitch()
H A DPerformanceTest.java1700 mTestRule.getStaticInfo().getAvailableSizesForFormatChecked(inputFormat,
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2ReprocessCaptureTest.java267 mStaticInfo.getAvailableSizesForFormatChecked(inputFormat, in testReprocessingAllCombinations()
276 mStaticInfo.getAvailableSizesForFormatChecked(reprocessOutputFormat, in testReprocessingAllCombinations()
1110 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); in getMaxSize()
/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/
H A DCameraTestUtils.java4838 Size[] privSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.PRIVATE, in MaxStreamSizes()
4840 Size[] yuvSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.YUV_420_888, in MaxStreamSizes()
4843 Size[] y8Sizes = sm.getAvailableSizesForFormatChecked(ImageFormat.Y8, in MaxStreamSizes()
4845 Size[] jpegSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.JPEG, in MaxStreamSizes()
4847 Size[] jpegRSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.JPEG_R, in MaxStreamSizes()
4849 Size[] rawSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR, in MaxStreamSizes()
4851 Size[] heicSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.HEIC, in MaxStreamSizes()