/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
H A D | StaticMetadata.java | 1070 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 D | StaticMetadata.java | 834 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 D | ImageReaderTest.java | 1141 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 D | DngCreatorTest.java | 343 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 D | CameraExtensionCharacteristicsTest.java | 114 mTestRule.getStaticInfo().getAvailableSizesForFormatChecked(ImageFormat.PRIVATE, in verifySupportedSizes() 134 mTestRule.getStaticInfo().getAvailableSizesForFormatChecked(format, in verifySupportedSizes()
|
H A D | ReprocessCaptureTest.java | 640 mStaticInfo.getAvailableSizesForFormatChecked(inputFormat, in testReprocessingAllCombinations() 649 mStaticInfo.getAvailableSizesForFormatChecked(reprocessOutputFormat, in testReprocessingAllCombinations() 1513 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); in getMaxSize()
|
H A D | ZoomCaptureTest.java | 176 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked(format, in bufferFormatZoomTestByCamera()
|
H A D | HeifWriterTest.java | 107 Size[] availableSizes = mStaticInfo.getAvailableSizesForFormatChecked( in testHeif()
|
H A D | MultiResolutionReprocessCaptureTest.java | 771 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); in getMaxSize()
|
H A D | MultiViewTest.java | 641 Size yuvSizes[] = getStaticInfo(cameraId).getAvailableSizesForFormatChecked( in testSharedSurfaceYUVImageReaderSwitch()
|
H A D | PerformanceTest.java | 1700 mTestRule.getStaticInfo().getAvailableSizesForFormatChecked(inputFormat,
|
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2ReprocessCaptureTest.java | 267 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 D | CameraTestUtils.java | 4838 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()
|